[maven-release-plugin] copy for tag alfresco-lifecycle-aggregator-1.0

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/tags/alfresco-lifecycle-aggregator-1.0@657 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2012-11-05 02:16:03 +00:00
2 changed files with 9 additions and 49 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-lifecycle-aggregator</artifactId>
<version>1.0</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>

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
@@ -11,20 +10,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</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<!-- This defines the version of the SDK in terms of features -->
<version>1.0</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:
|
@@ -94,7 +90,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>
@@ -143,22 +138,6 @@
</snapshots>
</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>
@@ -173,11 +152,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>
@@ -248,11 +222,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>
@@ -290,15 +259,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 -->