RE: How to build sub-module without parent pom?

2008-06-15 Thread Brian E. Fox
PROTECTED] Sent: Saturday, June 14, 2008 10:23 PM To: users@maven.apache.org Subject: Re: How to build sub-module without parent pom? I can install the parent module into local repository. but how to deploy it to remote repository? The parent module is packaging of pom. So when I run mvn

Re: How to build sub-module without parent pom?

2008-06-14 Thread youhaodeyi
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/How-to-build-sub-module-without-parent-pom--tp17147483p17845799.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: How to build sub-module without parent pom?

2008-05-10 Thread youhaodeyi
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/How-to-build-sub-module-without-parent-pom--tp17147483p17163006.html Sent from the Maven - Users mailing list archive at Nabble.com

How to build sub-module without parent pom?

2008-05-09 Thread youhaodeyi
Sometimes a project has many sub-modules and each of them may have sub-sub-modules. I don't want to get all the source codes. How can I work on a sub-module without its parent pom file? -- View this message in context: http://www.nabble.com/How-to-build-sub-module-without-parent-pom

Re: How to build sub-module without parent pom?

2008-05-09 Thread Olivier Dehon
On Fri, 2008-05-09 at 06:03 -0700, youhaodeyi wrote: Sometimes a project has many sub-modules and each of them may have sub-sub-modules. I don't want to get all the source codes. How can I work on a sub-module without its parent pom file? If the parent in installed in your local repository of

Re: How to build sub-module without parent pom?

2008-05-09 Thread [EMAIL PROTECTED]
youhaodeyi schrieb: Sometimes a project has many sub-modules and each of them may have sub-sub-modules. I don't want to get all the source codes. How can I work on a sub-module without its parent pom file? The parent pom just needs to be in a repository that can be seen when you are