mirror of
https://github.com/apache/maven.git
synced 2025-02-08 19:15:12 +00:00
o Verified that plugins are added to the list in the model when invoked from the command line (878) o Reformatted ModelUtils after the profiles-cloning addition o Added cache-flush for the plugin map in MavenProject o Moved dependencies for subproject/subproject2 into the parent-project POM, inside a profile o Added activation property for this new profile into the test.sh script o Added explicit activation inside of release:perform's m2 invocation for all profile-ids active in the release-plugin's execution. o Added code to remove the dynamic parts of the POM from the release-pom.xml...it's not meant to be a dynamic version of a POM. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290336 13f79535-47bb-0310-9956-ffa450edef68
12 lines
243 B
XML
12 lines
243 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.apache.maven.it2002</groupId>
|
|
<artifactId>project</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>project-sub1</artifactId>
|
|
|
|
</project>
|