Skip to content

Commit

Permalink
Do not sign inner jars
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and iloveeclipse committed Feb 7, 2024
1 parent bde5464 commit b291934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.debug.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<properties>
<testSuite>${project.artifactId}</testSuite>
<testClass>org.eclipse.jdt.debug.tests.AutomatedSuite</testClass>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
Expand Down
3 changes: 3 additions & 0 deletions org.eclipse.jdt.debug.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
<artifactId>org.eclipse.jdt.debug.ui</artifactId>
<version>3.13.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
</properties>
</project>

0 comments on commit b291934

Please sign in to comment.