Sha256: 57b6177f3645fefbd5756f0db4cb0d8f98380883ef887cf8e92f475d67c367b0
Contents?: true
Size: 1.62 KB
Versions: 14
Compression:
Stored size: 1.62 KB
Contents
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> <version>2.0.5</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-profile</artifactId> <name>Maven Profile Model</name> <version>2.0.5</version> <build> <plugins> <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> <version>1.0-alpha-7</version> <executions> <execution> <id>site-docs</id> <phase>pre-site</phase> <goals> <goal>xdoc</goal> <goal>xsd</goal> </goals> </execution> <execution> <goals> <goal>xpp3-writer</goal> <goal>java</goal> <goal>xpp3-reader</goal> </goals> </execution> </executions> <configuration> <version>1.0.0</version> <model>profiles.mdo</model> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>2.0.5</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>
Version data entries
14 entries across 14 versions & 1 rubygems