Author: tv
Date: Mon Jul 27 09:15:18 2015
New Revision: 1692843
URL: http://svn.apache.org/r1692843
Log:
Use managed versions from parent POM
Skip site generation
Modified:
turbine/fulcrum/trunk/security/dist/pom.xml
Modified: turbine/fulcrum/trunk/security/dist/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/dist/pom.xml?rev=1692843&r1=1692842&r2=1692843&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/dist/pom.xml (original)
+++ turbine/fulcrum/trunk/security/dist/pom.xml Mon Jul 27 09:15:18 2015
@@ -25,19 +25,17 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-security-dist</artifactId>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Fulcrum Security Distribution Build</name>
- <url>http://turbine.apache.org/fulcrum/fulcrum-security/</url>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/dist/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/dist/</developerConnection>
<url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/dist/</url>
</scm>
-
+
<!-- NOTE: These dependency declarations are only required to sort this
project to the
end of the line in the multimodule build.
-->
@@ -45,10 +43,23 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-security-api</artifactId>
- <version>1.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <!-- disable site generation for this helper module -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ <skipDeploy>true</skipDeploy>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<profiles>
<profile>
<id>apache-release</id>
@@ -58,7 +69,6 @@
<!-- build the source and binary distribution packages
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.5.3</version>
<executions>
<execution>
<id>fulcrum-release-assembly</id>