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

Move NOTICE to the right location #523

Merged
merged 1 commit into from
Jan 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.