If you want to learn maven, [1] is a quick intro. For in-depth description of maven you probably want to check [2].

Having said that, org.apache.maven.pom.x400 package somehow looks familiar ;-), so I might be able to give more specific advice if you provide some details about the project you're building.


[1] http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
[2] http://www.sonatype.com/book/reference/public-book.html

quingping wrote:
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;


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to