dan tran wrote:
>> I'm currently deploying third party jars into our company's repository
>> using deploy:deploy-file. I'd like to deploy source jars along with the
>> binaries so manven's eclipse plugin can pick the source up and I can
>> step through the code in the debugger.
>>
>> Does anyone know how/if that's possible?
>
> note possible due to http://jira.codehaus.org/browse/MDEPLOY-19
> 
> try build-helper-maven-plugin at mojo.codehaus.org as alternative

I'm not sure I understand the benefit of the build-helper plugin. I
created my own pom for the third party jar and add-source to it. Now I
can create a source:jar but deploy-file keeps ignoring the generated
source jar.

I also tried to attach-artifact the source jar, to no avail ...

-dirk

-- 
A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to