On Thu, Jun 23, 2011 at 10:59 AM, wasi_shez <[email protected]> wrote:
> Is it possible that we can adjust Maven according to Our Code line and let > MAVEN to understand our Code line for generating Builds or performing rest > of the functions accordingly? Can you explain what you want to do? Maven doesn't need to understand your code, it just compiles it. Or are you saying you've developed your own build tool and you somehow want Maven to use it? If you need to do other things during the build, chances are there is a plugin that you can add to the pom to do it. > 2) We are working on Windows Environment and Want o initiate our Code Build > generation through Maven. Does Windows is a Good Platform for this? Maven works fine on Windows. > 3)How does the 'Archiva' can work best for us in Windows Environment or is > there any alternative you guys will suggest against this? Archiva is a remote repository manager, and you definitely want one of those if you're using Maven. It's where you will deploy the artifacts created during the build, so that other team members can use them during development or when they're ready to be put on your test or production servers. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
