| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.MavenUtils |
Utility methods related to Apache Maven.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Utility method for creating an artifact version resolver that will get the version out of
maven project.
| |||||||||||
Gets the artifact version out of dependencies file.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Utility method for creating an artifact version resolver that will get the version out of maven project.
Gets the artifact version out of dependencies file. The dependencies file had to be generated by using the maven plugin.
| groupId | artifact group id |
|---|---|
| artifactId | artifact id |
| RuntimeException | - If artifact version cannot be found |
|---|