You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by bi...@apache.org on 2011/01/25 01:23:21 UTC

svn commit: r1063076 - /webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml

Author: bimargulies
Date: Tue Jan 25 00:23:20 2011
New Revision: 1063076

URL: http://svn.apache.org/viewvc?rev=1063076&view=rev
Log:
Set up the eclipse support buildably on its own.

Modified:
    webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml

Modified: webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml?rev=1063076&r1=1063075&r2=1063076&view=diff
==============================================================================
--- webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml (original)
+++ webservices/xmlschema/xmlschema-eclipse/trunk/pom.xml Tue Jan 25 00:23:20 2011
@@ -20,13 +20,16 @@
 <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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.ws.xmlschema</groupId>
-        <artifactId>xmlschema</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>7</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-eclipse</artifactId>
     <packaging>jar</packaging>
     <name>XmlSchema Eclipse Support</name>
     <version>2.0-SNAPSHOT</version>
+    <build>
+      <defaultGoal>install</defaultGoal>
+    </build>
 </project>