Re: PEAR Repository for Apache projects?

2009-10-25 Thread Chris Chabot
Hey Christian, Setting up an apache pear repo sounds like a great plan, but I'm not entirely sure shindig would fit in well since it's quite a large project that does things like rendering gadgets, implements RESTful and JSON-RPC API's and takes quite a bit of custom code to integrate into your (s

svn commit: r829556 - /incubator/log4php/trunk/pom.xml

2009-10-25 Thread grobmeier
Author: grobmeier Date: Sun Oct 25 12:27:57 2009 New Revision: 829556 URL: http://svn.apache.org/viewvc?rev=829556&view=rev Log: removed from package phase Modified: incubator/log4php/trunk/pom.xml Modified: incubator/log4php/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/log4php

Re: assemblies

2009-10-25 Thread Christian Grobmeier
Hi, > If I understood Maven life cycles correctly, the default lifecycle > with compile and package is supposed to run without having to run the > site lifecycle in between > The problematic line is: >          true No, its because I appended the assembly to the package phase. We should delet