Hoffmann
Hoffmann

Reputation: 14719

Eclipse not using the lastest snapshot in maven archetype project creation

The title pretty much sums it up, when I create a new project from a maven archetype it gets an old version of the archetype when I use snapshots. Is there any way to force the updating of the snapshots or at least specify which snapshot I actually want?

Upvotes: 1

Views: 227

Answers (1)

mtk
mtk

Reputation: 13709

I have run in similar issue w.r.t to dependent jars, and finally I think it was the corrupt workspace problem. Creating a new workspace worked for me. Hope it helps.

Upvotes: 1

Related Questions