blob: 2d72aebc0ac5b715729e9a44443572121f617269 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0051</name>
<groupId>org.apache.maven.its.it0051</groupId>
<artifactId>maven-it-it0051</artifactId>
<description>Test source attachment when -DperformRelease=true is specified.</description>
<packaging>jar</packaging>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<!-- NOTE: This build section has only a single function:
to upgrade the version of plexus-utils, so this test
can handle paths with spaces in them.
Once a new release of the javadoc plugin takes care of
http://jira.codehaus.org/browse/MJAVADOC-144
we should be able to remove this section of the POM.
-->
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.4</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.4</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>