> -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Thursday, 12 January 2006 7:05 AM > To: Maven Users List > Subject: Re: [M2] Build SLOW. > > A new version of the install plugin will be released shortly that you can > use: > -DgeneratePom=true > > In the mean time, you can create a small POM in the local repository > for the libraries. >
In the repository, look at junit/junit/junit.pom <project> <modelVersion>4.0.0</modelVersion> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> </project> And change the values to match your installed jar. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
