Codebase list ohcount / 6ef9399e-69b6-464b-98a8-52915e284046/main test / gestalt_files / weblogic_maven / pom.xml
6ef9399e-69b6-464b-98a8-52915e284046/main

Tree @6ef9399e-69b6-464b-98a8-52915e284046/main (Download .tar.gz)

pom.xml @6ef9399e-69b6-464b-98a8-52915e284046/mainraw · history · blame

1
2
3
4
5
6
7
8
9
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<plugins>
		<plugin>
			<groupId>org.codehaus.mojo</groupId>
			<artifactId>weblogic-maven-plugin</artifactId>
		</plugin>
	</plugins>
</project>