We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9259198 commit d92e5fbCopy full SHA for d92e5fb
pom.xml
@@ -143,13 +143,6 @@
143
<artifactId>maven-antrun-plugin</artifactId>
144
<version>3.2.0</version>
145
<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>
153
<executions>
154
<execution>
155
<id>ant-dist</id>
@@ -161,6 +154,7 @@
161
<target>
162
<!-- Pass the plugin classpath to antrun, which is normally not there -->
163
156
<property name="maven.plugin.classpath" refid="maven.plugin.classpath"/>
157
+ <echo message="Classpath: ${maven.plugin.classpath}"/>
164
158
<ant antfile="build.xml" target="dist" inheritAll="true"/>
165
159
</target>
166
160
</configuration>
0 commit comments