Author: bentmann
Date: Sun Dec 20 17:37:05 2009
New Revision: 892619
URL: http://svn.apache.org/viewvc?rev=892619&view=rev
Log:
o Enabled IT
Modified:
maven/plugins/trunk/maven-deploy-plugin/pom.xml
maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/pom.xml
Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=892619&r1=892618&r2=892619&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sun Dec 20 17:37:05 2009
@@ -116,10 +116,6 @@
<pomInclude>*/pom.xml</pomInclude>
<pomInclude>*/non-default-pom.xml</pomInclude>
</pomIncludes>
- <pomExcludes>
- <!-- TODO: Enabled this test once maven-install-plugin:2.3 is
released and can be used -->
- <pomExclude>no-main-artifact-1/*</pomExclude>
- </pomExcludes>
<preBuildHookScript>setup</preBuildHookScript>
<postBuildHookScript>verify</postBuildHookScript>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/pom.xml?rev=892619&r1=892618&r2=892619&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/pom.xml
(original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/pom.xml
Sun Dec 20 17:37:05 2009
@@ -28,7 +28,7 @@
<packaging>jar</packaging>
<description>
- Tests the installation of a non-POM project that has no main artifact file
but only attached artifacts (see
+ Tests the deployment of a non-POM project that has no main artifact file
but only attached artifacts (see
MDEPLOY-78). This variant of the test checks the build when target/classes
is non-existent.
</description>
@@ -88,7 +88,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>