When i’m trying to build geoserver 2.0.2 with maven clean install i get the following error message :
[ERROR] Could not find goal clean in plugin org.geoserver.maven:config:2.0.2 among available goals
Such problem appeared exactly after i’ve changed project’s pom as described here (http://jira.codehaus.org/browse/GEOS-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#issue-tabs) to overcome another error with mojo parser. While using mvn install it says [ERROR] Could not find goal config in plugin org.geoserver.maven:config:2.0.2 among available goals. All other projects are built successfully.