Author: dblevins
Date: Fri Aug 26 20:52:20 2011
New Revision: 1162250
URL: http://svn.apache.org/viewvc?rev=1162250&view=rev
Log:
setup pom to deploy to the mvn repo
Modified:
openejb/trunk/sandbox/arquillian-tomee/pom.xml
Modified: openejb/trunk/sandbox/arquillian-tomee/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/arquillian-tomee/pom.xml?rev=1162250&r1=1162249&r2=1162250&view=diff
==============================================================================
--- openejb/trunk/sandbox/arquillian-tomee/pom.xml (original)
+++ openejb/trunk/sandbox/arquillian-tomee/pom.xml Fri Aug 26 20:52:20 2011
@@ -16,9 +16,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>9</version>
+ </parent>
+
<groupId>org.apache.openejb</groupId>
<artifactId>arquillian-tomee</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -39,7 +46,7 @@
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
-
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -53,12 +60,12 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
</plugin>
</plugins>
</build>