Codebase list ohcount / c941801a-846c-49c1-93c4-07f1094d7537/main test / gestalt_files / weblogic_maven / pom.xml
c941801a-846c-49c1-93c4-07f1094d7537/main

Tree @c941801a-846c-49c1-93c4-07f1094d7537/main (Download .tar.gz)

pom.xml @c941801a-846c-49c1-93c4-07f1094d7537/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>