mirror of https://github.com/apache/maven.git
[MNG-7783] Profile source point to file instead of to module (#1110)
This commit is contained in:
parent
2bbdd9788e
commit
7fe9499361
|
@ -81,4 +81,9 @@ public class ArtifactModelSource extends FileSource implements ModelSource {
|
|||
&& Objects.equals(groupId, other.groupId)
|
||||
&& Objects.equals(version, other.version);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return groupId + ":" + artifactId + ":" + version;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue