build
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.glassfish.build</groupId>
<artifactId>build</artifactId>
<version>10.0-alpha-4</version>
</dependency><project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd' xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<modelVersion>4.0.0</modelVersion>
<groupId>org.glassfish.build</groupId>
<artifactId>build</artifactId>
<version>10.0-alpha-4</version>
<packaging>pom</packaging>
<name>GlassFish Build Utilities</name>
<modules>
<module>maven-glassfish-plugin</module>
<module>maven-glassfish-extension</module>
</modules>
<repositories>
</repositories>
<pluginRepositories>
</pluginRepositories>
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<!-- the ID maps to ~/.m2/settings.xml, so don't change the ID -->
<id>rator.sfbay</id>
<url>dav:http://rator.sfbay/maven/repositories/glassfish/</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:svn:https://svn.dev.java.net/svn/glassfish-svn/tags/build-10.0-alpha-4</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/glassfish-svn/tags/build-10.0-alpha-4</developerConnection>
</scm>
<properties>
<hk2.version>0.3.0</hk2.version>
</properties>
</project>