PR: MPEAR-16

make test run offline


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-03-02 11:10:32 +00:00
parent 8fa4359116
commit 33459ab9ff
5 changed files with 29 additions and 7 deletions

View File

@@ -56,9 +56,13 @@
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
<!-- Needed for the entity resolver -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-j2ee-plugin</artifactId>
<version>1.3</version>
<type>plugin</type>
</dependency>
</dependencies>
<build>