mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-12 17:05:08 +00:00
-- Now maven-amp-plugin works fine with Maven 3.0.3, added prerequisite git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@336 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
c619d89421
commit
c6c2f0cf39
@ -1,11 +1,14 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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.plugin</groupId>
|
<groupId>org.alfresco.maven.plugin</groupId>
|
||||||
<artifactId>maven-amp-plugin</artifactId>
|
<artifactId>maven-amp-plugin</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<name>Alfresco AMP Plugin</name>
|
<name>Alfresco AMP Plugin</name>
|
||||||
<version>3.0.3-SNAPSHOT</version>
|
<version>3.0.3-SNAPSHOT</version>
|
||||||
|
<prerequisites>
|
||||||
|
<maven>3.0.3</maven>
|
||||||
|
</prerequisites>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>maven-alfresco-lifecycle</artifactId>
|
<artifactId>maven-alfresco-lifecycle</artifactId>
|
||||||
|
@ -282,7 +282,7 @@ public abstract class AbstractAmpMojo extends AbstractMojo
|
|||||||
/**
|
/**
|
||||||
* The Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib.
|
* The Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib.
|
||||||
*
|
*
|
||||||
* @component role="${component.org.codehaus.plexus.archiver.Archiver#jar}"
|
* @component role="org.codehaus.plexus.archiver.Archiver" role-hint="jar"
|
||||||
* @required
|
* @required
|
||||||
*/
|
*/
|
||||||
private JarArchiver mJarArchiver;
|
private JarArchiver mJarArchiver;
|
||||||
@ -374,7 +374,7 @@ public abstract class AbstractAmpMojo extends AbstractMojo
|
|||||||
/**
|
/**
|
||||||
* To look up Archiver/UnArchiver implementations
|
* To look up Archiver/UnArchiver implementations
|
||||||
*
|
*
|
||||||
* @component role="${component.org.codehaus.plexus.archiver.manager.ArchiverManager}"
|
* @component role="org.codehaus.plexus.archiver.manager.ArchiverManager"
|
||||||
* @required
|
* @required
|
||||||
*/
|
*/
|
||||||
protected ArchiverManager mArchiverManager;
|
protected ArchiverManager mArchiverManager;
|
||||||
|
@ -333,7 +333,7 @@ public class AmpMojo extends AbstractAmpMojo
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The AMP archiver.
|
* The AMP archiver.
|
||||||
* @component role="${component.org.codehaus.plexus.archiver.Archiver}" roleHint="amp"
|
* @component role="org.codehaus.plexus.archiver.Archiver" role-hint="amp"
|
||||||
* @required
|
* @required
|
||||||
*/
|
*/
|
||||||
private AmpArchiver mAmpArchiver;
|
private AmpArchiver mAmpArchiver;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user