Skip to content

Commit d92e5fb

Browse files
committed
No need for explicit dependency, plugin has ant
1 parent 9259198 commit d92e5fb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@
143143
<artifactId>maven-antrun-plugin</artifactId>
144144
<version>3.2.0</version>
145145
<inherited>false</inherited>
146-
<dependencies>
147-
<dependency>
148-
<groupId>org.apache.ant</groupId>
149-
<artifactId>ant</artifactId>
150-
<version>1.10.15</version>
151-
</dependency>
152-
</dependencies>
153146
<executions>
154147
<execution>
155148
<id>ant-dist</id>
@@ -161,6 +154,7 @@
161154
<target>
162155
<!-- Pass the plugin classpath to antrun, which is normally not there -->
163156
<property name="maven.plugin.classpath" refid="maven.plugin.classpath"/>
157+
<echo message="Classpath: ${maven.plugin.classpath}"/>
164158
<ant antfile="build.xml" target="dist" inheritAll="true"/>
165159
</target>
166160
</configuration>

0 commit comments

Comments
 (0)