2010/12/1 maven apache <[email protected]>: > Hi: > Out work environment is offline,so I wonder if we can use maven. > > I know we can build our own repository ,then put the jars we are using in > the repositoryl,however jars we are using are so many,it is not a simple > work. > > ALso,even if we put all the jars in the repository,how about when a new > depedency is required when building our project? Download the required jar > then put it in the repository again and again?
You can use: mvn dependency:go-offline to download any plugin and dependency in one shot, but you have still need to be online at least once. However I am a bit confused: without Maven, how do you download libraries you need? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
