Serialized Form
|
Package org.apache.maven.model.building |
modelId
java.lang.String modelId
problems
java.util.List<E> problems
|
Package org.apache.maven.model.io |
lineNumber
int lineNumber
- The one-based index of the line containing the error.
columnNumber
int columnNumber
- The one-based index of the column containing the error.
|
Package org.apache.maven.model.resolution |
repository
Repository repository
- The repository that raised this error, can be
null.
groupId
java.lang.String groupId
- The group id of the unresolvable model.
artifactId
java.lang.String artifactId
- The artifact id of the unresolvable model.
version
java.lang.String version
- The version of the unresolvable model.
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.