[ http://issues.apache.org/jira/browse/GERONIMO-2157?page=comments#action_12418263 ]
David Jencks commented on GERONIMO-2157: ---------------------------------------- Is this going to make it impossible to check out a single module and build it, requiring instead that you check out the entire geronimo tree in order to build? If so, are we all really sure this is desirable? The total lines of code appear to be the same before and after this patch. For instance, I believe the continuum setup checks out modules, applications, and configs (at least) separately from the main project. Would this break? > Build trunk from top down with one command > ------------------------------------------ > > Key: GERONIMO-2157 > URL: http://issues.apache.org/jira/browse/GERONIMO-2157 > Project: Geronimo > Type: Sub-task > Security: public(Regular issues) > Components: buildsystem > Versions: 1.2 > Reporter: Prasad Kashyap > Assignee: Jason Dillon > Fix For: 1.2 > Attachments: relativePath.patch > > example pom excerpt > <project> > <modelVersion>4.0.0</modelVersion> > <parent> > <groupId>org.apache.geronimo.modules</groupId> > <artifactId>modules-parent</artifactId> > <version>1.2-SNAPSHOT</version> > <relativePath>../pom.xml</relativePath> > </parent> > <artifactId>geronimo-activation</artifactId> > <name>Geronimo :: Activation</name> > <description>Geronimo Activation implements Content Handlers for use in > conjuction with the Java Activation Framework.</description> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
