[414712] [CBI] webtools.servertools patches for building with
Maven/Tycho
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..facda95
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,44 @@
+<?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</groupId>

+    <artifactId>wtp-parent</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../wtp-parent</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+  <version>3.5.0-SNAPSHOT</version>

+  <packaging>pom</packaging>

+

+  <modules>

+    <module>tests/org.eclipse.jst.server.core.tests</module>

+    <module>tests/org.eclipse.jst.server.generic.tests</module>

+    <module>tests/org.eclipse.jst.server.tomcat.core.tests</module>

+    <module>tests/org.eclipse.jst.server.tomcat.tests.performance</module>

+    <module>tests/org.eclipse.jst.server.tomcat.ui.tests</module>

+    <module>tests/org.eclipse.jst.server.ui.tests</module>

+    <module>tests/org.eclipse.wst.internet.monitor.core.tests</module>

+    <module>tests/org.eclipse.wst.internet.monitor.ui.tests</module>

+    <module>tests/org.eclipse.wst.server.core.tests</module>

+    <module>tests/org.eclipse.wst.server.http.core.tests</module>

+    <module>tests/org.eclipse.wst.server.tests.performance</module>

+    <module>tests/org.eclipse.wst.server.ui.tests</module>

+    <module>tests/org.eclipse.wst.server.util.tests</module>

+  </modules>

+</project>

diff --git a/tests/org.eclipse.jst.server.core.tests/pom.xml b/tests/org.eclipse.jst.server.core.tests/pom.xml
new file mode 100644
index 0000000..5796ffa
--- /dev/null
+++ b/tests/org.eclipse.jst.server.core.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.core.tests</artifactId>

+  <version>1.1.100-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.generic.tests/pom.xml b/tests/org.eclipse.jst.server.generic.tests/pom.xml
new file mode 100644
index 0000000..837ecf3
--- /dev/null
+++ b/tests/org.eclipse.jst.server.generic.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.tests</artifactId>

+  <version>1.0.100</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.geronimo.core.tests/pom.xml b/tests/org.eclipse.jst.server.geronimo.core.tests/pom.xml
new file mode 100644
index 0000000..fdab6c3
--- /dev/null
+++ b/tests/org.eclipse.jst.server.geronimo.core.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.geronimo.core.tests</artifactId>

+  <version>0.7.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.geronimo.ui.tests/pom.xml b/tests/org.eclipse.jst.server.geronimo.ui.tests/pom.xml
new file mode 100644
index 0000000..9ff883e
--- /dev/null
+++ b/tests/org.eclipse.jst.server.geronimo.ui.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.geronimo.ui.tests</artifactId>

+  <version>0.7.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.tomcat.core.tests/pom.xml b/tests/org.eclipse.jst.server.tomcat.core.tests/pom.xml
new file mode 100644
index 0000000..0e51a1d
--- /dev/null
+++ b/tests/org.eclipse.jst.server.tomcat.core.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.tomcat.core.tests</artifactId>

+  <version>1.1.200-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.tomcat.tests.performance/pom.xml b/tests/org.eclipse.jst.server.tomcat.tests.performance/pom.xml
new file mode 100644
index 0000000..de7ceb4
--- /dev/null
+++ b/tests/org.eclipse.jst.server.tomcat.tests.performance/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.tomcat.tests.performance</artifactId>

+  <version>1.0.300-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.tomcat.ui.tests/pom.xml b/tests/org.eclipse.jst.server.tomcat.ui.tests/pom.xml
new file mode 100644
index 0000000..68fcac4
--- /dev/null
+++ b/tests/org.eclipse.jst.server.tomcat.ui.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.tomcat.ui.tests</artifactId>

+  <version>1.1.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.jst.server.ui.tests/pom.xml b/tests/org.eclipse.jst.server.ui.tests/pom.xml
new file mode 100644
index 0000000..b1398a7
--- /dev/null
+++ b/tests/org.eclipse.jst.server.ui.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.ui.tests</artifactId>

+  <version>1.1.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.internet.monitor.core.tests/pom.xml b/tests/org.eclipse.wst.internet.monitor.core.tests/pom.xml
new file mode 100644
index 0000000..469edbf
--- /dev/null
+++ b/tests/org.eclipse.wst.internet.monitor.core.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.internet.monitor.core.tests</artifactId>

+  <version>1.1.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.internet.monitor.ui.tests/pom.xml b/tests/org.eclipse.wst.internet.monitor.ui.tests/pom.xml
new file mode 100644
index 0000000..5b79da3
--- /dev/null
+++ b/tests/org.eclipse.wst.internet.monitor.ui.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.internet.monitor.ui.tests</artifactId>

+  <version>1.1.100-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.server.core.tests/pom.xml b/tests/org.eclipse.wst.server.core.tests/pom.xml
new file mode 100644
index 0000000..fd09e85
--- /dev/null
+++ b/tests/org.eclipse.wst.server.core.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.core.tests</artifactId>

+  <version>1.1.101-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.server.http.core.tests/pom.xml b/tests/org.eclipse.wst.server.http.core.tests/pom.xml
new file mode 100644
index 0000000..fa423bc
--- /dev/null
+++ b/tests/org.eclipse.wst.server.http.core.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.http.core.tests</artifactId>

+  <version>1.0.100-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.server.tests.performance/pom.xml b/tests/org.eclipse.wst.server.tests.performance/pom.xml
new file mode 100644
index 0000000..31cd49e
--- /dev/null
+++ b/tests/org.eclipse.wst.server.tests.performance/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.tests.performance</artifactId>

+  <version>1.0.300-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.server.ui.tests/pom.xml b/tests/org.eclipse.wst.server.ui.tests/pom.xml
new file mode 100644
index 0000000..11e5f94
--- /dev/null
+++ b/tests/org.eclipse.wst.server.ui.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.ui.tests</artifactId>

+  <version>1.1.201-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.server.util.tests/pom.xml b/tests/org.eclipse.wst.server.util.tests/pom.xml
new file mode 100644
index 0000000..5bdb8ac
--- /dev/null
+++ b/tests/org.eclipse.wst.server.util.tests/pom.xml
@@ -0,0 +1,27 @@
+<?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.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools.tests</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.util.tests</artifactId>

+  <version>1.0.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>
\ No newline at end of file