This is a very helpful guide, thanks Ralph. http://wiki.apache.org/logging/Log4j2ReleaseGuide I will try to keep it similar to it
On Fri, May 3, 2013 at 10:22 PM, Ralph Goers <[email protected]> wrote: > See my instructions for the log4j2 release. I manually creat the md5 and > sha1. > > Sent from my iPad > > On May 3, 2013, at 12:53 PM, Christian Grobmeier <[email protected]> wrote: > >> Hi all, >> >> today we fixed the remaining testing issues. Now we have asf parent in >> place for releasing [extras]. >> >> I created a snapshot and even a votable sonar repos: >> https://repository.apache.org/content/repositories/orgapachelogging-170/log4j/apache-log4j-extras/1.2/ >> >> Don't worry, I need to delete it (and the tag). Already found an error >> on the website and then there is another issue. >> >> So far, this was the only build which has been produced by maven. Now >> I am going to mess around with the old assembly descriptor. Now my >> issue is that >> >> mvn site install >> >> does not generate md5/sha1 files. >> >> Locally I have this configuration: >> >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-gpg-plugin</artifactId> >> <version>1.4</version> >> <executions> >> <execution> >> <id>sign-artifacts</id> >> <phase>verify</phase> >> <goals> >> <goal>sign</goal> >> </goals> >> </execution> >> </executions> >> </plugin> >> <plugin> >> <artifactId>maven-assembly-plugin</artifactId> >> <version>2.4</version> >> <executions> >> <execution> >> <id>make-my-assembly</id> >> <phase>prepare-package</phase> >> <goals> >> <goal>single</goal> >> </goals> >> </execution> >> </executions> >> <configuration> >> >> <descriptors> >> <descriptor>src/assembly/bin.xml</descriptor> >> </descriptors> >> </configuration> >> </plugin> >> >> Which should create me the assembly as it was before. Unfortunately >> there are no md5/sha1 files generated. >> >> Any ideas? >> >> Christian >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
