diff options
author | Alexander Kurtakov | 2013-09-03 16:42:11 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2013-09-03 16:42:11 +0000 |
commit | 09d08681c11ce1772f940ef03c579dbccda1e287 (patch) | |
tree | f782c20d68e29afb6fd06d16320e96f14536d90b /pom.xml | |
parent | 79a4304e967bf58d0bf0daded4227e5fa67a39b5 (diff) | |
download | org.eclipse.linuxtools-09d08681c11ce1772f940ef03c579dbccda1e287.tar.gz org.eclipse.linuxtools-09d08681c11ce1772f940ef03c579dbccda1e287.tar.xz org.eclipse.linuxtools-09d08681c11ce1772f940ef03c579dbccda1e287.zip |
Move sign to p2 sign pom.xml.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -149,27 +149,6 @@ </plugins> </build> </profile> - <profile> - <id>sign</id> - <build> - <plugins> - <plugin> - <groupId>org.eclipse.cbi.maven.plugins</groupId> - <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.0.4</version> - <executions> - <execution> - <id>sign</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> </profiles> <modules> |