Actually, we did release the testsuite content for 2.1 and so I followed
suit with the recently released 2.1.1.
Joe
jdillon@apache.org wrote:
> Author: jdillon
> Date: Fri May 9 01:57:54 2008
> New Revision: 654728
>
> URL: http://svn.apache.org/viewvc?rev=654728&view=rev
> Log:
> Ignore legal file muck for the testsuite, we will never deploy these, so speed things
up a tad
>
> Modified:
> geronimo/server/trunk/testsuite/pom.xml
>
> Modified: geronimo/server/trunk/testsuite/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=654728&r1=654727&r2=654728&view=diff
> ==============================================================================
> --- geronimo/server/trunk/testsuite/pom.xml (original)
> +++ geronimo/server/trunk/testsuite/pom.xml Fri May 9 01:57:54 2008
> @@ -151,6 +151,15 @@
> <plugins>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> + <artifactId>ianal-maven-plugin</artifactId>
> + <configuration>
> + <!-- Don't bother checking legal muck here, we never publish
them. -->
> + <skip>true</skip>
> + </configuration>
> + </plugin>
> +
> + <plugin>
> + <groupId>org.codehaus.mojo</groupId>
> <artifactId>selenium-maven-plugin</artifactId>
> <inherited>false</inherited>
> <executions>
>
>
>
|