2010/1/5 Wendy Smoak <[email protected]>:
> I just re-checked and there are still no .asc signature files in the
> staging repo, so this cannot be released as-is.
I found the problem - .asc files were only generated for
struts2-archetype-plugin and struts2-archetype-starter. The reset is
missing below entry in pom.xml - I have no idea how it was before
released :D
Nevertheless, is it possible to generate only .asc files?
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
Regards
--
Lukasz
http://www.lenart.org.pl/
http://javarsovia.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]