Repository: syncope
Updated Branches:
  refs/heads/master c267dd19d -> fdc1f56dd


Attempt to deal with release and Tycho plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fdc1f56d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fdc1f56d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fdc1f56d

Branch: refs/heads/master
Commit: fdc1f56ddb2e1586a854b2414b149adbce618814
Parents: c267dd1
Author: Francesco Chicchiriccò <[email protected]>
Authored: Sat Aug 27 16:08:44 2016 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Sat Aug 27 16:08:44 2016 +0200

----------------------------------------------------------------------
 .../bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml    | 8 ++++++++
 pom.xml                                                      | 5 +++++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fdc1f56d/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml 
b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
index 732c242..20fb919 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/pom.xml
@@ -55,6 +55,14 @@ under the License.
     <outputDirectory>./bin</outputDirectory>
     <plugins>
       <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-packaging-plugin</artifactId>
+        <configuration>
+          <strictVersions>false</strictVersions>
+        </configuration>
+      </plugin>
+
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>

http://git-wip-us.apache.org/repos/asf/syncope/blob/fdc1f56d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9bc153e..da384d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1573,6 +1573,11 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-packaging-plugin</artifactId>
+          <version>${tycho-version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
           <artifactId>tycho-p2-repository-plugin</artifactId>
           <version>${tycho-version}</version>
         </plugin>   

Reply via email to