I\'m trying to run mvn clean package on my Maven project and it fails with the message:
\"required artifact is missing\" for the artifact net.ezswit
If you haven't already, could you please try:
mvn -U clean package
In addition updating all snapshot versions, in case they have been newly deployed to the repository since Maven's once a day snapshot check, this will also force Maven to update its other cached repo resolutions, such as 404's.