help on shade plugin

2012-01-11 Thread vvkbtnkr
I am new to maven and am stuck in what might be a very simple issue and need help ... I am trying to create an uber jar using shade and am trying to remove some txt, license files from the final jar, but some how it does not seem to work. Here is the relevant section from my pom.xml when the

Re: help on shade plugin

2012-01-11 Thread vvkbtnkr
just to add, i tried adding this section to the pom as well, but it just doesnt work: -- View this message in context: http://maven-users.828.n2.nabble.com/help-on-shade-plugin-tp7177360p7177513.html Sent from the maven users mailing list archive at Nabble.com. --

help on shade plugin

2012-01-11 Thread vvkbtnkr
I am new to maven and am stuck in what might be a very simple issue and need help ... I am trying to create an uber jar using shade and am trying to remove some txt, license files from the final jar, but some how it does not seem to work. Here is the relevant section from my pom.xml when the ja

Help with installing a non-maven jar in local repo .

2012-01-12 Thread vvkbtnkr
I am trying to install a jar into my local repo by using pom.xml, and just so no one in my team may need to manually install the jar into local repo, I am using the approach outlined here: http://stackoverflow.com/questions/6571022/is-it-best-to-mavenize-your-project-jar-files-or-put-them-in-web-in

Re: Help with installing a non-maven jar in local repo .

2012-01-13 Thread vvkbtnkr
I am aware of the repo manager concept, but setting it up is more work than what I want for the quick-fire poc that I am working on, would be reaally helpful if some one can point out the mistake in the pom snippet posted earlier and help me fix that ... -- View this message in context: http://

Re: Help with installing a non-maven jar in local repo .

2012-01-13 Thread vvkbtnkr
Thanks all for responding on this, I think I see the logic behind the common theme of the responses. I expected to mavenize the POC in a jiffy, but far from it, have spent the max time now on getting it to any reasonable shape, And the worst part is I am not even close to solving all issues , gett