Thanks a lot.

On Wed, Feb 19, 2014 at 4:58 AM, John May <john...@ebi.ac.uk> wrote:

> Just modified the build to allow you create an uber-jar. It needed a
> bundle module defines a project that includes all the other modules. If you
> have no local changes you need only package that module - otherwise
> installing the whole project will
> compile your changes and then package these. Note - I'm just deploy now so
> the below may not work for 5 mins or so.
>
> $ cd bundle
> $ mvn package
> $ ls target/cdk-1.5.5-SNAPSHOT.jar
>
> J
>
> On 18 Feb 2014, at 22:58, John May <john...@ebi.ac.uk> wrote:
>
> 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
>
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>


-- 
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

Reply via email to