mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
[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:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<groupId>org.alfresco.maven</groupId>
|
<groupId>org.alfresco.maven</groupId>
|
||||||
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
<artifactId>alfresco-lifecycle-aggregator</artifactId>
|
||||||
<version>1.0</version>
|
<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>
|
<description>This aggregator Project builds all modules required for the Maven Alfresco SDK</description>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.alfresco.maven</groupId>
|
|
||||||
<artifactId>alfresco-sdk-parent</artifactId>
|
<artifactId>alfresco-sdk-parent</artifactId>
|
||||||
<name>Alfresco Maven SDK Parent POM</name>
|
<name>Alfresco Maven SDK Parent POM</name>
|
||||||
<description>
|
<description>
|
||||||
@@ -11,20 +10,17 @@
|
|||||||
</description>
|
</description>
|
||||||
<packaging>pom</packaging>
|
<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 -->
|
<!-- This defines the version of the SDK in terms of features -->
|
||||||
<version>1.0</version>
|
<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>
|
<properties>
|
||||||
<!-- Default Alfresco version this SDK version has been tested with:
|
<!-- Default Alfresco version this SDK version has been tested with:
|
||||||
|
|
|
|
||||||
@@ -94,7 +90,6 @@
|
|||||||
<!-- Maven Plugins Versions used by the SDK -->
|
<!-- Maven Plugins Versions used by the SDK -->
|
||||||
<maven.compiler.version>2.3.2</maven.compiler.version>
|
<maven.compiler.version>2.3.2</maven.compiler.version>
|
||||||
<maven.clean.version>2.4.1</maven.clean.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.dependency.version>2.4</maven.dependency.version>
|
||||||
<maven.enforcer.plugin>1.1.1</maven.enforcer.plugin>
|
<maven.enforcer.plugin>1.1.1</maven.enforcer.plugin>
|
||||||
<maven.resources.version>2.5</maven.resources.version>
|
<maven.resources.version>2.5</maven.resources.version>
|
||||||
@@ -144,22 +139,6 @@
|
|||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</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>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
@@ -173,11 +152,6 @@
|
|||||||
<snapshotToTimestamp>true</snapshotToTimestamp>
|
<snapshotToTimestamp>true</snapshotToTimestamp>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
|
||||||
<version>${maven.site.version}</version>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
@@ -248,11 +222,6 @@
|
|||||||
<artifactId>maven-install-plugin</artifactId>
|
<artifactId>maven-install-plugin</artifactId>
|
||||||
<version>${maven.install.version}</version>
|
<version>${maven.install.version}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
|
||||||
<version>${maven.release.version}</version>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
@@ -290,15 +259,6 @@
|
|||||||
<filtering>${app.filtering.enabled}</filtering>
|
<filtering>${app.filtering.enabled}</filtering>
|
||||||
</testResource>
|
</testResource>
|
||||||
</testResources>
|
</testResources>
|
||||||
|
|
||||||
<extensions>
|
|
||||||
<extension>
|
|
||||||
<groupId>org.apache.maven.wagon</groupId>
|
|
||||||
<artifactId>wagon-webdav-jackrabbit</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
</extension>
|
|
||||||
</extensions>
|
|
||||||
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<!-- Feature / behavioral profiles -->
|
<!-- Feature / behavioral profiles -->
|
||||||
|
Reference in New Issue
Block a user