Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-06-13 09:32:12 +0000
committerStephan Herrmann2011-06-13 09:32:12 +0000
commit0481dd68a5bc99d01e98508d7772cac6f0232637 (patch)
tree26bac18e583a35d3f512daa48cb7f78d4c12c99d /maven/testproject
parent1b387a339dae03e94fa8c6d12f193384e10f7296 (diff)
downloadorg.eclipse.objectteams-0481dd68a5bc99d01e98508d7772cac6f0232637.tar.gz
org.eclipse.objectteams-0481dd68a5bc99d01e98508d7772cac6f0232637.tar.xz
org.eclipse.objectteams-0481dd68a5bc99d01e98508d7772cac6f0232637.zip
First take at updating mvn support to OTDT 2.0.0
+ don't repeat inherited groupId and version + consume original files OTDT build + manually configure exact versions in artifact-deployer/pom.xml + also update tycho version + add a "flavor" element to be used for configuring OT/J projects in Eclipse.
Diffstat (limited to 'maven/testproject')
-rw-r--r--maven/testproject/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/maven/testproject/pom.xml b/maven/testproject/pom.xml
index 44f58d57c..94863b671 100644
--- a/maven/testproject/pom.xml
+++ b/maven/testproject/pom.xml
@@ -5,12 +5,11 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>objectteams-parent-pom</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
- <groupId>org.eclipse</groupId>
<artifactId>objectteams-compile-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Object Teams test project</name>
@@ -28,7 +27,7 @@
<comments>
This file is part of "Object Teams Development Tooling"-Software
- Copyright 2010 GK Software AG and others.
+ Copyright 2010, 2011 GK Software AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -95,6 +94,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
+ <version>2.4</version>
</plugin>
<!-- See http://maven.apache.org/plugins/maven-javadoc-plugin/ -->
<!-- Disabled as it cannot parse OT sources. -->

Back to the top