Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-08-29 20:56:41 +0000
committerThomas Watson2013-08-29 20:56:41 +0000
commited8530d825b88042b15b34fad3a4afb31fd07c76 (patch)
treeb3a9e86697be9ee9dacda4d22a1ddc653dc2a067 /bundles/org.eclipse.osgi.tests
parented3c4a7d8bc51988b99e32cd6228c6b42bd92ab7 (diff)
downloadrt.equinox.framework-ed8530d825b88042b15b34fad3a4afb31fd07c76.tar.gz
rt.equinox.framework-ed8530d825b88042b15b34fad3a4afb31fd07c76.tar.xz
rt.equinox.framework-ed8530d825b88042b15b34fad3a4afb31fd07c76.zip
Bug 412850 - Need eclipse.inf in osgi.tests to avoid signing inner jarsI20130829-2000
Diffstat (limited to 'bundles/org.eclipse.osgi.tests')
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml29
1 files changed, 4 insertions, 25 deletions
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 6afc099d3..f624cf806 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -22,6 +22,10 @@
<version>3.10.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
+ </properties>
+
<build>
<plugins>
<plugin>
@@ -79,31 +83,6 @@
</pluginManagement>
</build>
</profile>
-
- <profile>
- <id>eclipse-sign</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.cbi.maven.plugins</groupId>
- <artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>${cbi-plugins.version}</version>
- <executions>
- <execution>
- <id>sign</id>
- <goals>
- <goal>sign</goal>
- </goals>
- <phase>verify</phase>
- </execution>
- </executions>
- <configuration>
- <excludeInnerJars>true</excludeInnerJars>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>

Back to the top