Hi,

I've just setup config with buildnumber-maven-plugin using 

<finalName>${project.artifactId}-${project.version}-r${buildNumber}</finalName>

as name for my artifacts.

But now when I try to run 'mvn jetty:run-exploded', I get a message from Jetty 
stating it can't find
appname-1.1-rnull.

So it seems Jetty isn't aware of the ${buildNumber} variable when it check the 
name of the war it has to deploy.

Did anyone successfully use both plugin together?

cheers
-nodje
-- 
View this message in context: 
http://n2.nabble.com/Using-buildnumber-maven-plugin-together-with-jetty-plugin-tp2609616p2609616.html
Sent from the maven users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to