Skip to content

Commit

Permalink
Disable jarsigning
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 31, 2024
1 parent 3e0ff02 commit 29e5a27
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,44 +158,6 @@


<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.4.3</version>
<executions>
<execution>
<id>sign</id>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
<configuration>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<!-- Automatic profile for Mac-specific settings -->
<profile>
<id>macos</id>
Expand All @@ -210,12 +172,4 @@
</profile>
</profiles>

<pluginRepositories>
<pluginRepository>
<id>cbi</id>
<url>https://repo.eclipse.org/content/groups/cbi</url>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit 29e5a27

Please sign in to comment.