Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickboldt2018-01-31 20:17:49 +0000
committernickboldt2018-01-31 20:33:05 +0000
commit8bcfcbb56447be1d50a138a8efc004ba6a36c278 (patch)
tree7fa60ca996ed3f1e0a92132ed8ec958066b33d6a
parent4a5de391baf922d233f9c7534b914a8008e06244 (diff)
downloadwebtools.webservices-8bcfcbb56447be1d50a138a8efc004ba6a36c278.tar.gz
webtools.webservices-8bcfcbb56447be1d50a138a8efc004ba6a36c278.tar.xz
webtools.webservices-8bcfcbb56447be1d50a138a8efc004ba6a36c278.zip
fix tycho.scmUrl values for axis2/pom.xml and jaxws/pom.xml
fix parent artifactId in site/pom.xml add missing core/pom.xml missing dependency org.eclipse.wst.common.tests.performance so cannot build tests/org.eclipse.wst.wsdl.tests.performance; comment out of reactor missing junit4, comment out for now tests/org.eclipse.wst.ws.service.policy.test Signed-off-by: nickboldt <nboldt@redhat.com>
-rw-r--r--axis2/pom.xml2
-rw-r--r--core/pom.xml95
-rw-r--r--jaxws/pom.xml2
-rw-r--r--site/pom.xml2
4 files changed, 98 insertions, 3 deletions
diff --git a/axis2/pom.xml b/axis2/pom.xml
index 843d94d86..9ca0008f7 100644
--- a/axis2/pom.xml
+++ b/axis2/pom.xml
@@ -26,7 +26,7 @@
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webservices/webtools.webservices.axis2.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webservices/webtools.webservices.git</tycho.scmUrl>
</properties>
<modules>
diff --git a/core/pom.xml b/core/pom.xml
new file mode 100644
index 000000000..13cd1fb70
--- /dev/null
+++ b/core/pom.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Thanh Ha (Eclipse Foundation) - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.webtools.webservices</groupId>
+ <artifactId>org.eclipse.webtools.webservices.parent</artifactId>
+ <version>3.6.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.webtools.webservices</groupId>
+ <artifactId>org.eclipse.webtools.webservices.core</artifactId>
+ <version>3.6.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webservices/webtools.webservices.git</tycho.scmUrl>
+ </properties>
+
+ <modules>
+ <module>bundles/org.eclipse.jst.ws</module>
+ <module>bundles/org.eclipse.jst.ws.axis.consumption.core</module>
+ <module>bundles/org.eclipse.jst.ws.axis.consumption.ui</module>
+ <module>bundles/org.eclipse.jst.ws.axis.creation.ui</module>
+ <module>bundles/org.eclipse.jst.ws.consumption</module>
+ <module>bundles/org.eclipse.jst.ws.consumption.ui</module>
+ <module>bundles/org.eclipse.jst.ws.creation.ejb.ui</module>
+ <module>bundles/org.eclipse.jst.ws.creation.ui</module>
+ <module>bundles/org.eclipse.jst.ws.jaxrs.core</module>
+ <module>bundles/org.eclipse.jst.ws.jaxrs.ui</module>
+ <module>bundles/org.eclipse.jst.ws.uddiregistry</module>
+ <module>bundles/org.eclipse.jst.ws.ui</module>
+ <module>bundles/org.eclipse.wst.command.env</module>
+ <module>bundles/org.eclipse.wst.command.env.core</module>
+ <module>bundles/org.eclipse.wst.command.env.ui</module>
+ <module>bundles/org.eclipse.wst.ws</module>
+ <module>bundles/org.eclipse.wst.wsdl</module>
+ <module>bundles/org.eclipse.wst.wsdl.ui</module>
+ <module>bundles/org.eclipse.wst.wsdl.validation</module>
+ <module>bundles/org.eclipse.wst.ws.explorer</module>
+ <module>bundles/org.eclipse.wst.wsi</module>
+ <module>bundles/org.eclipse.wst.wsi.ui</module>
+ <module>bundles/org.eclipse.wst.ws.parser</module>
+ <module>bundles/org.eclipse.wst.ws.service.policy</module>
+ <module>bundles/org.eclipse.wst.ws.service.policy.ui</module>
+ <module>bundles/org.eclipse.wst.ws.ui</module>
+
+ <module>docs/org.eclipse.jst.ws.axis.infopop</module>
+ <module>docs/org.eclipse.jst.ws.axis.ui.doc.user</module>
+ <module>docs/org.eclipse.jst.ws.consumption.infopop</module>
+ <module>docs/org.eclipse.jst.ws.consumption.ui.doc.user</module>
+ <module>docs/org.eclipse.jst.ws.doc.user</module>
+ <module>docs/org.eclipse.jst.ws.infopop</module>
+ <module>docs/org.eclipse.wst.command.env.doc.user</module>
+ <module>docs/org.eclipse.wst.command.env.infopop</module>
+ <module>docs/org.eclipse.wst.ws.api.doc</module>
+ <module>docs/org.eclipse.wst.wsdl.doc.isv</module>
+ <module>docs/org.eclipse.wst.wsdl.ui.doc.user</module>
+ <module>docs/org.eclipse.wst.ws.infopop</module>
+ <module>docs/org.eclipse.wst.wsi.ui.doc.user</module>
+
+ <module>tests/org.eclipse.jst.ws.axis.consumption.core.tests</module>
+ <module>tests/org.eclipse.jst.ws.tests</module>
+ <module>tests/org.eclipse.jst.ws.tests.performance</module>
+ <module>tests/org.eclipse.wst.wsdl.tests</module>
+ <!-- missing dependency org.eclipse.wst.common.tests.performance so cannot build <module>tests/org.eclipse.wst.wsdl.tests.performance</module> -->
+ <module>tests/org.eclipse.wst.wsdl.tests.ui</module>
+ <module>tests/org.eclipse.wst.wsdl.ui.tests</module>
+ <module>tests/org.eclipse.wst.wsdl.validation.tests</module>
+ <module>tests/org.eclipse.wst.wsi.tests</module>
+ <!-- missing junit4, comment out for now <module>tests/org.eclipse.wst.ws.service.policy.test</module> -->
+ <module>tests/org.eclipse.wst.ws.tests</module>
+
+ <module>features/org.eclipse.wst.ws_core.feature</module>
+ <module>features/org.eclipse.wst.ws_sdk.feature</module>
+ <module>features/org.eclipse.wst.ws_tests.feature</module>
+ <module>features/org.eclipse.wst.ws_ui.feature</module>
+ <module>features/org.eclipse.wst.ws_userdoc.feature</module>
+ <module>features/org.eclipse.wst.ws_wsdl15.feature</module>
+
+ <module>features/javaee-web</module>
+ </modules>
+</project>
diff --git a/jaxws/pom.xml b/jaxws/pom.xml
index 896c4c786..568808ff9 100644
--- a/jaxws/pom.xml
+++ b/jaxws/pom.xml
@@ -26,7 +26,7 @@
<packaging>pom</packaging>
<properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webservices/webtools.webservices.jaxws.git</tycho.scmUrl>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/webservices/webtools.webservices.git</tycho.scmUrl>
</properties>
<modules>
diff --git a/site/pom.xml b/site/pom.xml
index d92064766..2269c4dcc 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.webtools.webservices</groupId>
- <artifactId>org.eclipse.webtools.webservices</artifactId>
+ <artifactId>org.eclipse.webtools.webservices.parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
</parent>

Back to the top