mirror of https://github.com/apache/maven.git
Erm, jvanzyl, I don't think you meant to commit this change, it stopped maven from bootstrapping a usable application
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@521647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4e5d68be7
commit
589c23e289
|
@ -71,7 +71,6 @@ under the License.
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!--
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>minijar-maven-plugin</artifactId>
|
<artifactId>minijar-maven-plugin</artifactId>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
@ -89,15 +88,16 @@ under the License.
|
||||||
<exclude>jmock:jmock</exclude>
|
<exclude>jmock:jmock</exclude>
|
||||||
<exclude>xml-apis:xml-apis</exclude>
|
<exclude>xml-apis:xml-apis</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
|
<!--
|
||||||
<dependenciesToHide>
|
<dependenciesToHide>
|
||||||
<dependencyHide>org.codehaus.plexus:plexus-utils</dependencyHide>
|
<dependencyHide>org.codehaus.plexus:plexus-utils</dependencyHide>
|
||||||
<dependencyHide>jdom:jdom</dependencyHide>
|
<dependencyHide>jdom:jdom</dependencyHide>
|
||||||
</dependenciesToHide>
|
</dependenciesToHide>
|
||||||
|
-->
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
-->
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue