-- added parent --> aggregator inheritance

-- removed duplicated
-- re-enabled aggregator level release 

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@655 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2012-11-05 02:15:16 +00:00
parent 5c0fad94ac
commit 2f3e4c4a18
2 changed files with 10 additions and 50 deletions

View File

@ -5,7 +5,7 @@
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-lifecycle-aggregator</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Maven Alfresco SDK</name>
<name>Maven Alfresco SDK</name>
<description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description>
<packaging>pom</packaging>
@ -79,7 +79,7 @@
<!-- Plugins -->
<module>plugins/alfresco-maven-plugin</module>
<!-- POM files -->
<!-- <module>poms/alfresco-sdk-parent</module>-->
<module>poms/alfresco-sdk-parent</module>
<!-- Archetypes -->
<module>archetypes/alfresco-amp-archetype</module>
<module>archetypes/alfresco-allinone-archetype</module>

View File

@ -2,7 +2,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-parent</artifactId>
<name>Alfresco Maven SDK Parent POM</name>
<description>
@ -12,20 +11,17 @@
</description>
<packaging>pom</packaging>
<!-- This parent is only needed for SDK release purposes. It does not add behaviors -->
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-lifecycle-aggregator</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- This defines the version of the SDK in terms of features -->
<version>1.0-SNAPSHOT</version>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0 or later</name>
<url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
</license>
</licenses>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
<properties>
<!-- Default Alfresco version this SDK version has been tested with:
|
@ -95,7 +91,6 @@
<!-- Maven Plugins Versions used by the SDK -->
<maven.compiler.version>2.3.2</maven.compiler.version>
<maven.clean.version>2.4.1</maven.clean.version>
<maven.site.version>3.2</maven.site.version>
<maven.dependency.version>2.4</maven.dependency.version>
<maven.enforcer.plugin>1.1.1</maven.enforcer.plugin>
<maven.resources.version>2.5</maven.resources.version>
@ -145,22 +140,6 @@
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<repository>
<id>alfresco-releases</id>
<url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<name>alfresco snapshots repository</name>
<id>alfresco-snapshots</id>
<url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<id>alfresco-docs</id>
<url>dav:https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest/poms/alfresco-sdk-parent/</url>
</site>
</distributionManagement>
<build>
<finalName>${project.artifactId}</finalName>
<pluginManagement>
@ -174,11 +153,6 @@
<snapshotToTimestamp>true</snapshotToTimestamp>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven.site.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@ -249,11 +223,6 @@
<artifactId>maven-install-plugin</artifactId>
<version>${maven.install.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven.release.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@ -291,15 +260,6 @@
<filtering>${app.filtering.enabled}</filtering>
</testResource>
</testResources>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>2.2</version>
</extension>
</extensions>
</build>
<!-- Feature / behavioral profiles -->