diff options
| author | jet <jet@cern.ch> | 2014-10-02 15:15:41 +0200 |
|---|---|---|
| committer | jet <jet@cern.ch> | 2014-10-02 15:15:41 +0200 |
| commit | dee2b04d87fa2648967d2cbde0f5dbdbd73909a8 (patch) | |
| tree | af341479c070d5653d6a92bf7ccb528f109f7d39 | |
| parent | ac364d1c48fe07c6427b759a66d72d99ebe5f9c9 (diff) | |
fixed pom
| -rw-r--r-- | pom.xml | 54 |
1 files changed, 17 insertions, 37 deletions
@@ -313,43 +313,23 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.4.1</version> - </plugin> - <plugin> - <groupId>com.mycila</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>2.3</version> - <configuration> - <header>HEADER.txt</header> - <!-- - <properties> - - <owner>The CRISTAL Consortium</owner> - <email>mathieu.carbou@gmail.com</email> - </properties> - --> - <excludes> - <!-- - <exclude>**/README</exclude> - <exclude>src/test/resources/**</exclude> - <exclude>src/main/resources/**</exclude> - --> - <exclude>src/main/resources/textFiles/**</exclude> - <exclude>bin/**</exclude> - <exclude>src/main/resources/boot/allbootitems.txt</exclude> - - </excludes> - <mapping> - <idl>JAVADOC_STYLE</idl> - </mapping> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> + </plugin> + <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <version>2.3</version> + <configuration> + <header>HEADER.txt</header> + <excludes> + <exclude>src/main/resources/textFiles/**</exclude> + <exclude>bin/**</exclude> + <exclude>src/main/resources/boot/allbootitems.txt</exclude> + </excludes> + <mapping> + <idl>JAVADOC_STYLE</idl> + </mapping> + </configuration> + </plugin> </plugins> </build> <repositories> |
