Sorry, "mvn source:jar" just build the source jar , it will not install
the source jar to your maven local repository.

I just tested this command , it works.
"mvn clean source:jar install -Dtest=false"

You should run it from the root directory.

Willem

Willem Jiang wrote:
> Hi,
> 
> It's simple to use "mvn source:jar" after running the "mvn clean
> install" from root.
> 
> Willem
> 
> oohogwash wrote:
>> I want the camel build to export the source code into the jars so I can trace
>> and debug easily to learn how it works.
>> Is there a  specific flag that enables this.
>> Thanks...
> 
> 

Reply via email to