codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Examine POM to determine which version of a resource should be present #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a the ResourceObjectProviderBase does not find a resource, it should tell 
the user which version of a dependency should be added. This can be done be 
looking at the dependencyManagement section of the POM which is stored together 
with the class of the caller of the resource provider.

Original issue reported on code.google.com by richard.eckart on 15 May 2013 at 5:42

GoogleCodeExporter commented 9 years ago
In a regular Maven build (outside Eclipse), the META-INF/maven descriptors seem 
only to be generated when the JAR is packaged. In that case, it may be possible 
to look for a pom.xml in the directory containing the 
target/classes/<packagename> folder.

Original comment by richard.eckart on 17 May 2013 at 8:58

GoogleCodeExporter commented 9 years ago
Has been fixed to work outside Eclipse/in Jenkins.

Original comment by richard.eckart on 4 Aug 2013 at 9:12