Eclipse CBI notes
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
993d261e36
commit
5f5fa98a30
4
pom.xml
4
pom.xml
|
@ -1229,6 +1229,9 @@
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
<!-- This profile is used exclusively on Eclipse CBI.
|
||||||
|
Various plugins and artifacts declared here only
|
||||||
|
exist on the Eclipse CBI infrastructure. -->
|
||||||
<id>eclipse-sign</id>
|
<id>eclipse-sign</id>
|
||||||
<activation>
|
<activation>
|
||||||
<property>
|
<property>
|
||||||
|
@ -1252,6 +1255,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
<!-- This plugin only exists on Eclipse CBI -->
|
||||||
<groupId>org.eclipse.cbi.maven.plugins</groupId>
|
<groupId>org.eclipse.cbi.maven.plugins</groupId>
|
||||||
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
||||||
<version>${cbi-plugins.version}</version>
|
<version>${cbi-plugins.version}</version>
|
||||||
|
|
Loading…
Reference in New Issue