Author: vsiveton Date: Thu Jan 10 17:38:13 2008 New Revision: 611012 URL: http://svn.apache.org/viewvc?rev=611012&view=rev Log: o improved readingness of POM
Modified: maven/components/trunk/maven-embedder/pom.xml Modified: maven/components/trunk/maven-embedder/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-embedder/pom.xml?rev=611012&r1=611011&r2=611012&view=diff ============================================================================== --- maven/components/trunk/maven-embedder/pom.xml (original) +++ maven/components/trunk/maven-embedder/pom.xml Thu Jan 10 17:38:13 2008 @@ -18,14 +18,17 @@ under the License. --> <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> + <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> <version>2.1-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>maven-embedder</artifactId> <name>Maven Embedder</name> + <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -41,7 +44,7 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> </dependency> -<!-- CLI --> + <!-- CLI --> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> @@ -73,31 +76,30 @@ <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-file</artifactId> </dependency> - <!-- Needed for compat and cache-control aspects. --> <dependency> <groupId>aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.5.3</version> </dependency> - <dependency> <groupId>easymock</groupId> <artifactId>easymock</artifactId> </dependency> </dependencies> + <distributionManagement> <site> <id>apache.website</id> <url>scp://people.apache.org/www/maven.apache.org/embedder/${project.version}/</url> </site> </distributionManagement> + <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> - <executions> <execution> <id>compile-aspects</id> @@ -118,6 +120,7 @@ </plugin> </plugins> </build> + <profiles> <profile> <!-- @@ -176,6 +179,7 @@ </plugins> </build> </profile> + <profile> <!-- | @@ -237,6 +241,7 @@ </plugins> </build> </profile> + <profile> <!-- | @@ -287,7 +292,7 @@ </plugins> </build> </profile> - + <profile> <id>standard</id> <activation> @@ -322,6 +327,7 @@ </plugins> </build> </profile> + <profile> <!-- Single Test --> <id>st</id>