Jar « module « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » module » Jar 

1. How do I bundle multiple modules and 3rd-party JARs in a ZIP using Maven2?    stackoverflow.com

I'm developing my application as a set of OSGi bundles using Maven 2. Some common functionality, such as logging, web server etc. is used from other OSGi bundles, for example, I'm ...

2. How to merge module jars to a single jar in Maven2?    stackoverflow.com

I have a maven2 project with several jar modules, build the project will get .jar archives for each module in the directory modules/XYZ/target/XYZ-x.x.x.jar Now, if my project P is of version P-p.q.r, ...

3. How do I make a Maven module not export a jar?    stackoverflow.com

I have a Maven build with three modules.

  • Module A exports a jar.
  • Module B depends on A and exports a jar.
  • Module C is a set of regression tests that depend on A ...

4. Easiest way to merge several modules (jars) into single jar file in Maven 2    stackoverflow.com

Using maven-shade-plugin you can actually merge all dependency jars into single jar file. However I just want to merge several jar files (not all), similary like include-only x, and ...

5. Build executable jar from multiple maven modules    stackoverflow.com

I have problem with building the single executable jar from multiple maven modules. So here is the situation: I have three maven modules: app -> persistence -> domain. I have parent pom.xml ...

6. Problem with maven and nb platform application (same jar in more the one module)    forums.netbeans.org

I'm writing a nb platform application using maven The application has two modules that have some jar libs in common. If I define the compile in both pom.xml, during runtime nb ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.