Serialized Form
| Package org.apache.maven.model.building | 
result
ModelBuildingResult result
| 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
String groupId
- The group id of the unresolvable model.
 
 
artifactId
String artifactId
- The artifact id of the unresolvable model.
 
 
version
String version
- The version of the unresolvable model.
 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.