Fortify Plugin?

2012-09-14 Thread ADLI WAZIRI
In web searches I've seen multiple mentions of maven-sca-plugin for Fortify and mentions of good documentation for the plugin in several forums, but I can't find the plugin or the documentation itself. Anyone know what happened to this plugin?Is there a substitute? Thanks

Error resolving dependencies from internal repository

2012-03-07 Thread ADLI WAZIRI
for [com.storagetek:TEQ:jar:1.0 (compile), com.storagetek:borland.jar:jar:1.0 (compile)]: Failed to read artifact descriptor for com.storagetek:TEQ:jar:1.0: Could not find artifact com.storagetek:VOP_MAVEN-parent:pom:1.0 in myISR (file:///export/home/buildmaster/.m2/repository/) - [Help 1] Thanks, Adli

Re: Error resolving dependencies from internal repository

2012-03-07 Thread ADLI WAZIRI
Hi Wayne, Thanks for the response.The parent .pom file is in the following directory - does the repository declaration need to be explicit to the module folder level?If so, how does it find different files within the repository?

Re: Error resolving dependencies from internal repository

2012-03-07 Thread ADLI WAZIRI
I tried declaring the local repository in the settings.xml file but that resulted in the same error so I tried explicitly listing the repository in the pom.xml 'repositories' section. Here is a cut/paste from my pom.xml.I'm running the mvn install command from the same machine as the