project « package « 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 » package » project 

1. maven project documentation    stackoverflow.com

I have a maven project that has both code and documentation (pdf files). When I create a release of my software, I'd like to package the jar file and the documentation ...

2. How can I force maven to package my project against 1.5?    stackoverflow.com

I am trying to compile a maven project, the source code uses Generics and other featuers of Java 1.5, thus causing my build to fail In my POM.xml I have configured the ...

3. How to use classes of a maven project (packaging -> maven-plugin) in another maven project (packaging -> jar)    stackoverflow.com

I have created a maven plugin. I have some classes in the plugin, which I want to make available to the plugin client after execution. The problem is that a project of ...

4. Maven archetype from project - how to preserve package names?    stackoverflow.com

I'm trying to grab my project and generate an Archetype from it via :

archetype:create-from-project
The thing is, that my project has src/main/java package structure com.sample.app, but the archetype must have it as ...

5. In maven multi-module project, how to package a single child-project?    stackoverflow.com

I'm working on a multimodule maven project. Some time ago, the project was partitioned into subprojects:

  • "Common" JAR project
  • "User" WAR project, depending on Common
  • etc.
It's the same project as described here, ...

6. How do I create a standalone jar from a maven project?    stackoverflow.com

I am trying to create a standalone jar file I don't think that maven package is properly packaging my dependencies into the package. Is there a way to force it to ...

7. Best way to package a command line Java project    stackoverflow.com

I'm creating a java command line project, with no GUI. The project uses any number of open source projects : Spring, Logback, Commons CLI etc. When I started to think about packaging, ...

8. Leiningen: How to set Maven groupId and packaging properties in project.clj    stackoverflow.com

I have a Clojure project that I would like to package and use in one of my Java projects that uses Maven. When I generate a pom.xml file using Leiningen, it ...

9. Maven multi-module project - copying all "package" JARS from submodules into parent/target/    stackoverflow.com

I have a maven project with quite a few submodules. What I am looking for is a way to get all the .jar files produced by the sub-modules included in ...

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.