If you install AppFuse locally, it'll use those JARs instead of the ones from static.appfuse.org/repository as long as the versions match. If you want to ensure that you never get newer versions from the AppFuse repo, you should change the groupId on the artifacts, then change it in your project's pom.xml as well.
You could also copy the files into your project and exclude the dependencies that the classes normally belong to. Matt On 4/18/07, nmall <[EMAIL PROTECTED]> wrote:
Actually, I did mvn and it built all the modules. However, I am trying to find a way to pull in all the classes needed for dao, dao/hibernate, service, acls etc into my project directory.how do I do that. mraible wrote: > > You can build all the source by running "mvn" from the top-level > directory. This is the same as executing "mvn install" because > "install" is the default goal (specified in the <build> section of > pom.xml). > > Matt > > On 4/18/07, nmall <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I need to build the entire appfuse source for trying security stuff and >> adding acls etc. I have downloaded M2 source. What is the maven command >> line >> that I can issue to build the entire source and what resulting libraries >> should I put into any project that I want to use the ACL classes in. >> >> >> Thanks a lot! >> -- >> View this message in context: >> http://www.nabble.com/building-entire-appfuse-M2-source-with-maven-tf3601242s2369.html#a10059510 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/building-entire-appfuse-M2-source-with-maven-tf3601242s2369.html#a10060868 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
