Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #523 from dhalperi/archetype-notice-v2
Browse files Browse the repository at this point in the history
Move NOTICE to the right location
  • Loading branch information
dhalperi authored Jan 6, 2017
2 parents 31f13b1 + 518f462 commit 34c7b8a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ script:
# Verify that the project can be built and installed.
- mvn install
# Verify that starter and examples archetypes have the correct version of the NOTICE file.
- diff -q NOTICE maven-archetypes/starter/src/main/resources/archetype-resources/NOTICE
- diff -q NOTICE maven-archetypes/examples/src/main/resources/archetype-resources/NOTICE
- diff -q NOTICE maven-archetypes/starter/src/main/resources/NOTICE
- diff -q NOTICE maven-archetypes/examples/src/main/resources/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,5 @@
<include>**/*.java</include>
</includes>
</fileSet>

<fileSet filtered="false" packaged="false" encoding="UTF-8">
<directory></directory>
<includes>
<include>NOTICE</include>
</includes>
</fileSet>
</fileSets>
</archetype-descriptor>
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,5 @@
<include>**/*.java</include>
</includes>
</fileSet>

<fileSet filtered="false" packaged="false" encoding="UTF-8">
<directory></directory>
<includes>
<include>NOTICE</include>
</includes>
</fileSet>
</fileSets>
</archetype-descriptor>

This file was deleted.

0 comments on commit 34c7b8a

Please sign in to comment.