Can anyone help me ? with some online documentation which will help me in understanding maven from scratch? I have been given a project which runs with maven but whenever I am building the project It gives error in the following imports saying these files could not be resolved?
import org.apache.maven.pom.x400.Build; import org.apache.maven.pom.x400.BuildBase; import org.apache.maven.pom.x400.Dependency; import org.apache.maven.pom.x400.DependencyManagement; import org.apache.maven.pom.x400.Extension; import org.apache.maven.pom.x400.Plugin; import org.apache.maven.pom.x400.Profile; import org.apache.maven.pom.x400.ProjectDocument; import org.apache.maven.pom.x400.ReportPlugin; -- View this message in context: http://www.nabble.com/New-to-Maven-%2B-Eclipse-tp17495128p17495128.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
