On Thu, Feb 21, 2008 at 8:25 PM, James Carman <[EMAIL PROTECTED]> wrote: > On 2/21/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On Thu, Feb 21, 2008 at 6:59 PM, James Carman > > <[EMAIL PROTECTED]> wrote: > > > Niall, > > > > > > Should this sort of thing be in the parent pom? > > > > > > Possibly/probably - every component should have an assembly, but not > > sure if it would mess up doing pom or skin releases which don't. > > But, the pom/skin sites aren't really "published" are they? They're > not linked from the main page. The "developer" page, I thought, was > for Joe User to refer to if they wanted to build the library on their > own. Do we really expect Joe User to try to build our parent/build > pom libraries?
Sorry I don't really understand why you're referring to developer pages and pom/skin sites? Where does that come into this? Niall > > Niall > > > > > > > > > On 2/21/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Author: niallp > > > > Date: Thu Feb 21 09:13:27 2008 > > > > New Revision: 629875 > > > > > > > > URL: http://svn.apache.org/viewvc?rev=629875&view=rev > > > > Log: > > > > Attach assembly to "package" phase in "rc" profile > > > > > > > > Modified: > > > > commons/proper/proxy/branches/proxy-1.0-work/pom.xml > > > > > > > > Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml > > > > URL: > http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=629875&r1=629874&r2=629875&view=diff > > > > > ============================================================================== > > > > --- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original) > > > > +++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Thu Feb 21 > 09:13:27 2008 > > > > @@ -260,4 +260,26 @@ > > > > <maven.compile.source>1.4</maven.compile.source> > > > > <maven.compile.target>1.4</maven.compile.target> > > > > </properties> > > > > + > > > > + <profiles> > > > > + <profile> > > > > + <id>rc</id> > > > > + <build> > > > > + <plugins> > > > > + <plugin> > > > > + > <artifactId>maven-assembly-plugin</artifactId> > > > > + <executions> > > > > + <execution> > > > > + <goals> > > > > + <goal>attached</goal> > > > > + </goals> > > > > + <phase>package</phase> > > > > + </execution> > > > > + </executions> > > > > + </plugin> > > > > + </plugins> > > > > + </build> > > > > + </profile> > > > > + </profiles> > > > > + > > > > </project> > > > > > > > > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]