Author: rafale Date: Fri Feb 1 12:28:20 2008 New Revision: 617636 URL: http://svn.apache.org/viewvc?rev=617636&view=rev Log: trying to fix the release:prepare with testing wars
Modified: maven/archetype/trunk/archetype-common/pom.xml Modified: maven/archetype/trunk/archetype-common/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/pom.xml?rev=617636&r1=617635&r2=617636&view=diff ============================================================================== --- maven/archetype/trunk/archetype-common/pom.xml (original) +++ maven/archetype/trunk/archetype-common/pom.xml Fri Feb 1 12:28:20 2008 @@ -17,10 +17,10 @@ ~ specific language governing permissions and limitations ~ under the License. --> -<project><!-- +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"--> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -145,14 +145,14 @@ <artifactId>archetype-repository</artifactId> <version>${project.version}</version> <type>war</type> - <scope>provided</scope> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>archetype-proxy</artifactId> <version>${project.version}</version> <type>war</type> - <scope>provided</scope> + <scope>test</scope> </dependency> </dependencies>