cannot be resolved to a type after transitive dependency exclusion

2013-06-24 Thread Roland
Hello everyone, I have a maven dependency issue... I wrapped (embedded) a non-osgi-package to a bundle and exported it successfully. This wrapper-bundle depends to a thirdparty-package which I wrapped. My goal is that a second bundle depends on this wrapper bundle but not on the non-osgi-package.

How to set hibernate runtime byte code instrumentation using maven

2013-06-24 Thread Volodia
Hello! I am trying to implement byte code instrumentation for hibernate lazy loading single association. I use maven 3. Here is my not working maven plugin : plugin artifactIdmaven-antrun-plugin/artifactId executions

Re: Maven zip artifact

2013-06-24 Thread Brett Vanderveen
Hi Igor, I have seen people use the Maven Antrun pluginhttps://people.apache.org/~aramirez/maven-antrun-plugin/usage.htmlfor this: plugin artifactIdmaven-antrun-plugin/artifactId executions execution phaseinstall/phase configuration tasks !-- Using an ant task

RE: Maven zip artifact

2013-06-24 Thread cody.a.fyler
How to unzip with Maven: http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html How to call other plugins from your mojo:

RE: Error adding file-set for 'org.apache.axis2:addressing:mar:1.6.2' to archive

2013-06-24 Thread Alan Buck
I got the application running this morning. I had to add a couple of lines to manage the addressing module but once that was done it worked as expected. I couldn't have done this without Wayne's input. Thanks again for helping a noobie. I hope to pay back this debt to the maven users group some

Re: Maven zip artifact

2013-06-24 Thread Brett Vanderveen
Hey Cody, How would you unzip a static zip file rather than a Maven artifact? *Brett VanderVeen* | brett.vanderv...@gfs.com *Gordon Food ServiceĀ®* | IS Transportation | *www.gfs.com* P 616-717-6042 | C 630-310-0172 Street: 1300 Gezon Parkway SW | Wyoming, MI 49509-9300 Mail: Mail Code 12003 |

RE: Maven zip artifact

2013-06-24 Thread cody.a.fyler
I wonder if a system type of dependency would work for that? http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html dependencies dependency groupIdjavax.sql/groupId artifactIdjdbc-stdext/artifactId version2.0/version scopesystem/scope

Re: Maven Mulit Module Project as Dependency

2013-06-24 Thread Baptiste MATHUS
Forget what I said, I guess I was drunk. Sure it only works in depMgmt. 2013/6/24 Stephen Connolly stephen.alan.conno...@gmail.com Scope import only applies to dependencyManagement, or at least that is my understanding... If it has changed I'd appreciate the links On Sunday, 23 June 2013,

Re: Maven zip artifact

2013-06-24 Thread Wayne Fay
How would you unzip a static zip file rather than a Maven artifact? First, you'd make it a Maven artifact. A useful blog post on this subject: http://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-maven.html Wayne

[ANN] extra-enforcer-rules 1.0-alpha-5 Released

2013-06-24 Thread Mirko Friedenhagen
Hi, The Mojo team is pleased to announce the release of the 1.0-alpha-5 version of the extra-enforcer-rules. Extra Enforcer Rules. These are extra rules for Apache Maven's Enforcer Plugin. http://mojo.codehaus.org/extra-enforcer-rules/ To get this update, simply specify the version in your