Author: mgrigorov
Date: Mon Dec 19 11:18:11 2011
New Revision: 1220690
URL: http://svn.apache.org/viewvc?rev=1220690&view=rev
Log:
WICKET-4281
Simplify Maven build for development
Get rid of -tests.jar builds
Added:
wicket/branches/wicket-1.5.x/wicket-util/src/main/java/org/apache/wicket/util/SlowTests.java
- copied unchanged from r1220682,
wicket/branches/wicket-1.5.x/wicket-util/src/test/java/org/apache/wicket/util/SlowTests.java
wicket/branches/wicket-1.5.x/wicket-util/src/main/java/org/apache/wicket/util/license/
- copied from r1220649,
wicket/branches/wicket-1.5.x/wicket-util/src/test/java/org/apache/wicket/util/license/
wicket/branches/wicket-1.5.x/wicket-util/src/main/java/org/apache/wicket/util/markup/xhtml/
- copied from r1220649,
wicket/branches/wicket-1.5.x/wicket-util/src/test/java/org/apache/wicket/util/markup/xhtml/
Removed:
wicket/branches/wicket-1.5.x/wicket-util/src/test/java/org/apache/wicket/util/SlowTests.java
wicket/branches/wicket-1.5.x/wicket-util/src/test/java/org/apache/wicket/util/license/
wicket/branches/wicket-1.5.x/wicket-util/src/test/java/org/apache/wicket/util/markup/xhtml/
Modified:
wicket/branches/wicket-1.5.x/pom.xml
wicket/branches/wicket-1.5.x/testing/wicket-threadtest/pom.xml
wicket/branches/wicket-1.5.x/wicket-auth-roles/pom.xml
wicket/branches/wicket-1.5.x/wicket-datetime/pom.xml
wicket/branches/wicket-1.5.x/wicket-devutils/pom.xml
wicket/branches/wicket-1.5.x/wicket-extensions/pom.xml
wicket/branches/wicket-1.5.x/wicket-guice/pom.xml
wicket/branches/wicket-1.5.x/wicket-ioc/pom.xml
wicket/branches/wicket-1.5.x/wicket-jmx/pom.xml
wicket/branches/wicket-1.5.x/wicket-objectssizeof-agent/pom.xml
wicket/branches/wicket-1.5.x/wicket-request/pom.xml
wicket/branches/wicket-1.5.x/wicket-spring/pom.xml
wicket/branches/wicket-1.5.x/wicket-util/pom.xml
wicket/branches/wicket-1.5.x/wicket-velocity/pom.xml
Modified: wicket/branches/wicket-1.5.x/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/pom.xml Mon Dec 19 11:18:11 2011
@@ -640,16 +640,6 @@
</manifestEntries>
</archive>
</configuration>
- <executions>
- <execution>
- <goals>
-
<goal>test-jar</goal>
- </goals>
- <configuration>
-
<useDefaultManifestFile>false</useDefaultManifestFile>
- </configuration>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: wicket/branches/wicket-1.5.x/testing/wicket-threadtest/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/testing/wicket-threadtest/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/testing/wicket-threadtest/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/testing/wicket-threadtest/pom.xml Mon Dec 19
11:18:11 2011
@@ -42,13 +42,6 @@
<artifactId>wicket-extensions</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
</dependency>
Modified: wicket/branches/wicket-1.5.x/wicket-auth-roles/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-auth-roles/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-auth-roles/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-auth-roles/pom.xml Mon Dec 19 11:18:11
2011
@@ -40,12 +40,5 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-datetime/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-datetime/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-datetime/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-datetime/pom.xml Mon Dec 19 11:18:11
2011
@@ -38,13 +38,6 @@
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>
<plugins>
Modified: wicket/branches/wicket-1.5.x/wicket-devutils/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-devutils/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-devutils/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-devutils/pom.xml Mon Dec 19 11:18:11
2011
@@ -46,12 +46,5 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-extensions/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-extensions/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-extensions/pom.xml Mon Dec 19 11:18:11
2011
@@ -39,13 +39,6 @@
<artifactId>wicket-core</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.5</version>
Modified: wicket/branches/wicket-1.5.x/wicket-guice/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-guice/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-guice/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-guice/pom.xml Mon Dec 19 11:18:11 2011
@@ -46,12 +46,5 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-ioc/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-ioc/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-ioc/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-ioc/pom.xml Mon Dec 19 11:18:11 2011
@@ -47,12 +47,5 @@
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-jmx/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-jmx/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-jmx/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-jmx/pom.xml Mon Dec 19 11:18:11 2011
@@ -38,12 +38,5 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-objectssizeof-agent/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-objectssizeof-agent/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-objectssizeof-agent/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-objectssizeof-agent/pom.xml Mon Dec 19
11:18:11 2011
@@ -37,13 +37,6 @@
<artifactId>wicket-core</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>
Modified: wicket/branches/wicket-1.5.x/wicket-request/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-request/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-request/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-request/pom.xml Mon Dec 19 11:18:11 2011
@@ -33,12 +33,5 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-spring/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-spring/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-spring/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-spring/pom.xml Mon Dec 19 11:18:11 2011
@@ -52,12 +52,5 @@
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-util/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-util/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-util/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-util/pom.xml Mon Dec 19 11:18:11 2011
@@ -28,4 +28,11 @@
<version>1.5-SNAPSHOT</version>
<name>Wicket Util</name>
<url>http://maven.apache.org</url>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
</project>
Modified: wicket/branches/wicket-1.5.x/wicket-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-velocity/pom.xml?rev=1220690&r1=1220689&r2=1220690&view=diff
==============================================================================
--- wicket/branches/wicket-1.5.x/wicket-velocity/pom.xml (original)
+++ wicket/branches/wicket-1.5.x/wicket-velocity/pom.xml Mon Dec 19 11:18:11
2011
@@ -46,12 +46,5 @@
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
- <dependency>
- <groupId>org.apache.wicket</groupId>
- <artifactId>wicket-util</artifactId>
- <classifier>tests</classifier>
- <scope>test</scope>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>