[jboss-cvs] repository.jboss.com/maven2/org/apache/maven/maven-profile/2.0 ...

Scott Stark scott.stark at jboss.com
Sun Dec 10 12:01:28 EST 2006


  User: starksm 
  Date: 06/12/10 12:01:28

  Added:       maven2/org/apache/maven/maven-profile/2.0  
                        maven-profile-2.0.pom maven-profile-2.0.pom.sha1
  Log:
  Add the maven plugins
  
  Revision  Changes    Path
  1.1      date: 2006/12/10 17:01:28;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
  
  Index: maven-profile-2.0.pom
  ===================================================================
  <project>
    <parent>
      <artifactId>maven</artifactId>
      <groupId>org.apache.maven</groupId>
      <version>2.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>maven-profile</artifactId>
    <name>Maven Profile Model</name>
    <version>2.0</version>
    <build>
      <plugins>
        <plugin>
          <groupId>org.codehaus.modello</groupId>
          <artifactId>modello-maven-plugin</artifactId>
          <executions>
            <execution>
              <goals>
                <goal>xpp3-writer</goal>
                <goal>java</goal>
                <goal>xpp3-reader</goal>
              </goals>
              <configuration>
                <version>1.0.0</version>
                <model>profiles.mdo</model>
              </configuration>
            </execution>
          </executions>
        </plugin>
      </plugins>
    </build>
    <dependencies>
      <dependency>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven-model</artifactId>
        <version>2.0</version>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
      </dependency>
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-container-default</artifactId>
      </dependency>
    </dependencies>
    <distributionManagement>
      <status>deployed</status>
    </distributionManagement>
  </project>
  
  
  1.1      date: 2006/12/10 17:01:28;  author: starksm;  state: Exp;repository.jboss.com/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom.sha1
  
  Index: maven-profile-2.0.pom.sha1
  ===================================================================
  b1c9a2e447068d9ac0d7834afcf3f962d24aebff  /home/projects/maven/repository-staging/to-ibiblio/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
  
  
  



More information about the jboss-cvs-commits mailing list