Skip to content

Commit

Permalink
Licensing updates (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutler committed Dec 14, 2020
1 parent 250a5cc commit fbd1f1c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
File renamed without changes.
21 changes: 18 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
<version>1.0-SNAPSHOT</version>
<repositories>
<repository>
<id>greengrass-dev-snapshot</id>
<name>Nucleus Snapshot</name>
<url>https://d10d248laylpoq.cloudfront.net</url>
<id>greengrass-common</id>
<name>greengrass common</name>
<!-- CloudFront url fronting the device sdk,logging library and component common in S3-->
<url>https://d10d248laylpoq.cloudfront.net/</url>
</repository>
</repositories>
<dependencyManagement>
Expand Down Expand Up @@ -93,6 +94,16 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>${basedir}</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE</include>
<include>THIRD-PARTY-LICENSES</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -386,6 +397,10 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
<addHeader>false</addHeader>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
Expand Down

0 comments on commit fbd1f1c

Please sign in to comment.