mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
-- updated to plexus archiver 2.3
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@683 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -56,6 +56,16 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
<artifactId>plexus-archiver</artifactId>
|
||||||
|
<version>2.3</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
|
<artifactId>maven-artifact</artifactId>
|
||||||
|
<version>3.0.4</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<artifactId>maven-artifact</artifactId>
|
<artifactId>maven-artifact</artifactId>
|
||||||
|
@@ -96,7 +96,7 @@
|
|||||||
<!-- Maven Plugins Versions used by the SDK -->
|
<!-- Maven Plugins Versions used by the SDK -->
|
||||||
<maven.compiler.version>3.0</maven.compiler.version>
|
<maven.compiler.version>3.0</maven.compiler.version>
|
||||||
<maven.clean.version>2.5</maven.clean.version>
|
<maven.clean.version>2.5</maven.clean.version>
|
||||||
<maven.dependency.version>2.6</maven.dependency.version>
|
<maven.dependency.version>2.8</maven.dependency.version>
|
||||||
<maven.enforcer.plugin>1.2</maven.enforcer.plugin>
|
<maven.enforcer.plugin>1.2</maven.enforcer.plugin>
|
||||||
<maven.resources.version>2.6</maven.resources.version>
|
<maven.resources.version>2.6</maven.resources.version>
|
||||||
<maven.surefire.version>2.13</maven.surefire.version>
|
<maven.surefire.version>2.13</maven.surefire.version>
|
||||||
@@ -112,7 +112,6 @@
|
|||||||
<maven.alfresco.version>1.0.2-SNAPSHOT</maven.alfresco.version>
|
<maven.alfresco.version>1.0.2-SNAPSHOT</maven.alfresco.version>
|
||||||
<h2.version>1.3.170</h2.version>
|
<h2.version>1.3.170</h2.version>
|
||||||
<h2-support.version>1.5</h2-support.version>
|
<h2-support.version>1.5</h2-support.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -184,7 +183,7 @@
|
|||||||
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
||||||
<nonFilteredFileExtension>ppt</nonFilteredFileExtension>
|
<nonFilteredFileExtension>ppt</nonFilteredFileExtension>
|
||||||
<nonFilteredFileExtension>bin</nonFilteredFileExtension>
|
<nonFilteredFileExtension>bin</nonFilteredFileExtension>
|
||||||
<nonFilteredFileExtension>lic</nonFilteredFileExtension>
|
<nonFilteredFileExtension>lic</nonFilteredFileExtension>
|
||||||
</nonFilteredFileExtensions>
|
</nonFilteredFileExtensions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
@@ -207,6 +206,11 @@
|
|||||||
<artifactId>alfresco-maven-plugin</artifactId>
|
<artifactId>alfresco-maven-plugin</artifactId>
|
||||||
<version>${maven.alfresco.version}</version>
|
<version>${maven.alfresco.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
<artifactId>plexus-archiver</artifactId>
|
||||||
|
<version>2.3</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@@ -64,6 +64,6 @@ Project History
|
|||||||
|
|
||||||
* The {{{https://groups.google.com/forum/?fromgroups#!forum/maven-alfresco}Maven Alfresco Lifecycle Discussion Group}} reaches 100 members in August 2012
|
* The {{{https://groups.google.com/forum/?fromgroups#!forum/maven-alfresco}Maven Alfresco Lifecycle Discussion Group}} reaches 100 members in August 2012
|
||||||
|
|
||||||
* In October 2012 Alfresco finalises the {{{https://issues.alfresco.com/jira/browse/ALF-14353}aMaven modularisation and dependency categorisation}}, delivering {{{https://artifacts.alfresco.com}artifacts and poms}}
|
* In October 2012 Alfresco finalises the {{{https://issues.alfresco.com/jira/browse/ALF-14353} Maven modularisation and dependency categorisation}}, delivering {{{https://artifacts.alfresco.com}artifacts and poms}}
|
||||||
|
|
||||||
* The new Alfresco Maven SDK 1.0 is released and presented on Tuesday 7 November at {{{http://devcon.alfresco.com/}Alfresco DevCon}} in Berlin.
|
* The new Alfresco Maven SDK 1.0 is released and presented on Tuesday 7 November at {{{http://devcon.alfresco.com/}Alfresco DevCon}} in Berlin.
|
||||||
|
Reference in New Issue
Block a user