Log Message
Fix interference with inherited javadoc plugin execution in profile "codehaus-release".
Modified Paths
Diff
Modified: trunk/xstream/pom.xml (2018 => 2019)
--- trunk/xstream/pom.xml 2013-01-19 15:09:40 UTC (rev 2018)
+++ trunk/xstream/pom.xml 2013-01-19 16:48:56 UTC (rev 2019)
@@ -134,6 +134,21 @@
</dependencies>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>com.thoughtworks.xstream.core.util</excludePackageNames>
+ <source>${version.java.source}</source>
+ <links>
+ <link>${link.javadoc.javase}</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -201,14 +216,11 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
- <id>attach-javadoc</id>
+ <id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
- <configuration>
- <excludePackageNames>com.thoughtworks.xstream.core.util</excludePackageNames>
- </configuration>
</execution>
</executions>
</plugin>
Modified: trunk/xstream-benchmark/pom.xml (2018 => 2019)
--- trunk/xstream-benchmark/pom.xml 2013-01-19 15:09:40 UTC (rev 2018)
+++ trunk/xstream-benchmark/pom.xml 2013-01-19 16:48:56 UTC (rev 2019)
@@ -33,14 +33,11 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
- <id>attach-javadoc</id>
+ <id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
- <configuration>
- <excludePackageNames>com.thoughtworks.xstream.tools.benchmark.model</excludePackageNames>
- </configuration>
</execution>
</executions>
</plugin>
@@ -50,6 +47,21 @@
</profiles>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>com.thoughtworks.xstream.tools.benchmark.model</excludePackageNames>
+ <source>${version.java.source}</source>
+ <links>
+ <link>${link.javadoc.javase}</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -59,7 +71,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>
Modified: trunk/xstream-hibernate/pom.xml (2018 => 2019)
--- trunk/xstream-hibernate/pom.xml 2013-01-19 15:09:40 UTC (rev 2018)
+++ trunk/xstream-hibernate/pom.xml 2013-01-19 16:48:56 UTC (rev 2019)
@@ -32,7 +32,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
- <id>attach-javadoc</id>
+ <id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
@@ -46,6 +46,21 @@
</profiles>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>com.thoughtworks.xstream.tools.benchmark.model</excludePackageNames>
+ <source>${version.java.source}</source>
+ <links>
+ <link>${link.javadoc.javase}</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
To unsubscribe from this list please visit:
