mirror of
https://github.com/apache/maven.git
synced 2025-02-07 18:49:20 +00:00
current goals: projecthelp:active-profiles projecthelp:effective-pom o Added source attribute to the Profile model class in maven-model, along with code in the normalization utilities (converters from profiles.xml and settings.xml models to maven-model instances) to identify the source of a particular profile. o Added a activeProfiles cache of the Profiles in effect for the current project, on the MavenProject class git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189612 13f79535-47bb-0310-9956-ffa450edef68
31 lines
943 B
XML
31 lines
943 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-projecthelp-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>Maven Project-Help Plugin</name>
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
|
<inceptionYear>2001</inceptionYear>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-model</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-project</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|