Why?
--jason
On Sep 1, 2009, at 5:38 AM, [email protected] wrote:
Revision
10559
Author
david
Date
2009-08-31 17:38:11 -0500 (Mon, 31 Aug 2009)
Log Message
there are no integration-tests - so remove shitty config
Modified Paths
trunk/mojo/ianal-maven-plugin/pom.xml
Diff
Modified: trunk/mojo/ianal-maven-plugin/pom.xml (10558 => 10559)
--- trunk/mojo/ianal-maven-plugin/pom.xml 2009-08-31 22:32:17 UTC
(rev 10558)
+++ trunk/mojo/ianal-maven-plugin/pom.xml 2009-08-31 22:38:11 UTC
(rev 10559)
@@ -76,23 +76,6 @@
</developer>
</developers>
- <pluginRepositories>
- <pluginRepository>
- <id>apache-snapshots</id>
- <name>Apache Snapshots Repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-
repository</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- <checksumPolicy>ignore</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-
<dependencies>
<dependency>
<groupId>org.codehaus.groovy.maven</groupId>
@@ -167,12 +150,6 @@
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>shitty-maven-plugin</artifactId>
- <version>1.0-alpha-2</version>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-docck-plugin</artifactId>
<version>1.0-beta-2</version>
@@ -279,35 +256,6 @@
<profiles>
<profile>
- <id>integration-tests</id>
-
- <activation>
- <property>
- <name>it</name>
- <value>true</value>
- </property>
- </activation>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>shitty-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- <goal>install</goal>
- <goal>test</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
<id>release</id>
<activation>
@@ -318,24 +266,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <autoVersionSubmodules>true</
autoVersionSubmodules>
- <useReleaseProfile>false</
useReleaseProfile>
- <arguments>-Drelease</arguments>
- <!--
- NOTE: The integration tests currently
require install (when we should use verify),
- due to a bug in the shitty plugin.
-
- <preparationGoals>clean verify -Dit</
preparationGoals>
- -->
- <preparationGoals>clean install -Dit</
preparationGoals>
- <goals>deploy</goals>
- </configuration>
- </plugin>
-
<!--
FIXME: Need to get this setup.
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email