Wednesday, August 21, 2013

You don't have a SNAPSHOT project in the reactor projects list

We use Eclipse, Perforce, Jenkins and Artifactory here at work.

Since maven uses a lot of online repositories we do regular builds in Jenkins (after logging in) and then Maven releases.

Maven releases are tricky and sometimes our local setups are a little different where we use local (.m2) repositories or non snapshot versions.

If you get a message like this make sure you have -SNAPSHOT in your POM and resubmit.

For example you'll need:

<version>1.0.0.15-SNAPSHOT</version>

No comments:

Exploring ELK (Elastic) Stack for hack-a-thon

At my current gig, our group finally got to do hack-a-thon week and I joined a team project that tied together a few of the technologies I&#...