You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/10/29 16:06:13 UTC

git commit: [OLINGO-37] - Archetype support - skip eclipse plugin for archetyppe module

Updated Branches:
  refs/heads/master ed52dd3a2 -> 1735d1153


[OLINGO-37] - Archetype support - skip eclipse plugin for archetyppe module


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/1735d115
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/1735d115
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/1735d115

Branch: refs/heads/master
Commit: 1735d1153b2aa1821ac0ac38c6a42088665c8910
Parents: ed52dd3
Author: Stephan Klevenz <sk...@apache.org>
Authored: Tue Oct 29 16:06:04 2013 +0100
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Tue Oct 29 16:06:04 2013 +0100

----------------------------------------------------------------------
 odata2-sample/cars-service-archetype/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/1735d115/odata2-sample/cars-service-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-sample/cars-service-archetype/pom.xml b/odata2-sample/cars-service-archetype/pom.xml
index fd956e3..533f9dd 100644
--- a/odata2-sample/cars-service-archetype/pom.xml
+++ b/odata2-sample/cars-service-archetype/pom.xml
@@ -67,6 +67,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>