Changeset 23081 in svn for integration/maven/archetypes/vaadin-archetype-portlet/pom.xml
- Timestamp:
- 02/22/12 09:35:45 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
integration/maven/archetypes/vaadin-archetype-portlet/pom.xml
r23080 r23081 53 53 </extensions> 54 54 55 <pluginManagement> 56 <plugins> 57 <plugin> 58 <artifactId>maven-archetype-plugin</artifactId> 59 <version>2.2</version> 60 <extensions>true</extensions> 61 </plugin> 62 <plugin> 63 <groupId>org.codehaus.mojo</groupId> 64 <artifactId>properties-maven-plugin</artifactId> 65 <version>1.0-alpha-2</version> 66 <executions> 67 <execution> 68 <phase>initialize</phase> 69 <goals> 70 <goal>read-project-properties</goal> 71 </goals> 72 <configuration> 73 <files> 74 <file>${gpg.passphrase.file}</file> 75 </files> 76 </configuration> 77 </execution> 78 </executions> 79 </plugin> 80 <plugin> 81 <groupId>org.apache.maven.plugins</groupId> 82 <artifactId>maven-gpg-plugin</artifactId> 83 <executions> 84 <execution> 85 <id>sign-artifacts</id> 86 <phase>verify</phase> 87 <goals> 88 <goal>sign</goal> 89 </goals> 90 </execution> 91 </executions> 92 </plugin> 93 </plugins> 94 </pluginManagement> 55 <plugins> 56 <plugin> 57 <artifactId>maven-archetype-plugin</artifactId> 58 <version>2.2</version> 59 <extensions>true</extensions> 60 </plugin> 61 <plugin> 62 <groupId>org.codehaus.mojo</groupId> 63 <artifactId>properties-maven-plugin</artifactId> 64 <version>1.0-alpha-2</version> 65 <executions> 66 <execution> 67 <phase>initialize</phase> 68 <goals> 69 <goal>read-project-properties</goal> 70 </goals> 71 <configuration> 72 <files> 73 <file>${gpg.passphrase.file}</file> 74 </files> 75 </configuration> 76 </execution> 77 </executions> 78 </plugin> 79 <plugin> 80 <groupId>org.apache.maven.plugins</groupId> 81 <artifactId>maven-gpg-plugin</artifactId> 82 <executions> 83 <execution> 84 <id>sign-artifacts</id> 85 <phase>verify</phase> 86 <goals> 87 <goal>sign</goal> 88 </goals> 89 </execution> 90 </executions> 91 </plugin> 92 </plugins> 95 93 </build> 96 94
Note: See TracChangeset
for help on using the changeset viewer.
