summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-29 11:38:17 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-29 11:38:17 +0100
commitb36dbcf19e08413b888e5a2d49dc9db44557624e (patch)
tree196757eec0917adbeee2a75c649042bbed6fe5d1 /pom.xml
parentd439a5103e8e9fe529ed20961967ee02b7386379 (diff)
downloadmaven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.tar.gz
maven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.tar.bz2
maven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.tar.xz
maven-nar-plugin-b36dbcf19e08413b888e5a2d49dc9db44557624e.zip
Fixed NAR-95
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 24 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index a8afe9b..bae006e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,19 +154,6 @@
</configuration>
</plugin>
-->
-<!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-docck-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
--->
</plugins>
</build>
@@ -176,11 +163,35 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
</plugins>
</reporting>
<profiles>
<profile>
+ <id>check</id>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-docck-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
<id>run-its</id>
<properties>