Todo I’m afraid but I’ll add the relevant bit first thing tomorrow. If you 
can’t wait just add the snip it below to the plugins in the cdk/pom.xml - don’t 
need the main class obv.

mvn assembly:assemble 

is the cmd line goal.

https://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html

J

<plugin>
      <artifactId>maven-assembly-plugin</artifactId>
      <configuration>
        <archive>
          <manifest>
            <mainClass>fully.qualified.MainClass</mainClass>
          </manifest>
        </archive>
        <descriptorRefs>
          <descriptorRef>jar-with-dependencies</descriptorRef>
        </descriptorRefs>
      </configuration>
    </plugin>


On 18 Feb 2014, at 22:37, Rajarshi Guha <gu...@mail.nih.gov> wrote:

> With the mavenized build system could somebody point me to getting the CDK 
> jar file that contains all the relevant dependencies (what used to come out 
> of ant dist-large). I need to include this jar file in a separate product 
> (which is not mavenized)
> 
> 
> -- 
> Rajarshi Guha | http://blog.rguha.net
> NIH Center for Advancing Translational Science
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk_______________________________________________
> Cdk-user mailing list
> Cdk-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdk-user

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to