Cargo was working for me and suddenly it just stopped working and starting giving this error:
The plugin 'org.apache.maven.plugins:maven-cargo-plugin' does not exist
The thing that is confuse is that is says
Org.apache.maven.plugisn & maven-cargo-plugin
When I have:
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
In my pom file.
D-
