diff options
author | Tom Schindl | 2015-04-30 20:40:27 +0000 |
---|---|---|
committer | Tom Schindl | 2015-04-30 20:40:27 +0000 |
commit | d574a8d86395400e9dbc87d5c41317de981bc6c6 (patch) | |
tree | b1bdf44c571a8cd7985f038749c09fb2cc64ca8c /releng/org.eclipse.fx.shared.releng | |
parent | 2c1e4071c0b146b2c4b1bd6ca27bd30bf65ba8a1 (diff) | |
download | org.eclipse.efxclipse-d574a8d86395400e9dbc87d5c41317de981bc6c6.tar.gz org.eclipse.efxclipse-d574a8d86395400e9dbc87d5c41317de981bc6c6.tar.xz org.eclipse.efxclipse-d574a8d86395400e9dbc87d5c41317de981bc6c6.zip |
removed verify
Diffstat (limited to 'releng/org.eclipse.fx.shared.releng')
-rwxr-xr-x | releng/org.eclipse.fx.shared.releng/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.fx.shared.releng/pom.xml b/releng/org.eclipse.fx.shared.releng/pom.xml index f340ced0c..ae999fcb9 100755 --- a/releng/org.eclipse.fx.shared.releng/pom.xml +++ b/releng/org.eclipse.fx.shared.releng/pom.xml @@ -250,7 +250,7 @@ <goals> <goal>normalize</goal> </goals> - <phase>verify</phase> + <!-- phase>verify</phase--> </execution> </executions> </plugin> @@ -264,7 +264,7 @@ <goals> <goal>sign</goal> </goals> - <phase>verify</phase> + <!-- phase>verify</phase--> </execution> </executions> </plugin> @@ -278,7 +278,7 @@ <goals> <goal>pack</goal> </goals> - <phase>verify</phase> + <!-- phase>verify</phase--> </execution> </executions> </plugin> @@ -292,7 +292,7 @@ <goals> <goal>p2-metadata</goal> </goals> - <phase>verify</phase> + <!-- phase>verify</phase--> </execution> </executions> <configuration> |