How to install the Java artifact ant.ant-weblogic with Maven
Java
Maven
pom.xml
ant
ant-weblogic
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant-weblogic</artifactId>
<version>1.6.5</version>
</dependency>
/dependencies>