summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjet <jet@cern.ch>2014-10-02 15:15:41 +0200
committerjet <jet@cern.ch>2014-10-02 15:15:41 +0200
commitdee2b04d87fa2648967d2cbde0f5dbdbd73909a8 (patch)
treeaf341479c070d5653d6a92bf7ccb528f109f7d39
parentac364d1c48fe07c6427b759a66d72d99ebe5f9c9 (diff)
fixed pom
-rw-r--r--pom.xml54
1 files changed, 17 insertions, 37 deletions
diff --git a/pom.xml b/pom.xml
index 86fbf48..73849dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>