10-20-2007 09:54 PM
<?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.plugins.test</groupId>
<artifactId>amp-packaging-test</artifactId>
<packaging>amp</packaging>
<name>Maven Alfresco AMP Packaging Type Test</name>
<version>1.0-0</version>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>maven-amp-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<dependencies>
<!– need to list these as a provided so that Maven doesn't download them
and include them in the AMP, they are provided by the Alfresco application
–>
<dependency>
<groupId>alfresco</groupId>
<artifactId>repository</artifactId>
<version>2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
06-06-2012 04:19 AM
11-11-2012 08:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.