Tagged Questions
0
votes
0answers
6 views
Xcode Maven Plugin : adding extra headers
The Xcode Maven Plugin from http://sap-production.github.io/xcode-maven-plugin/site is a nice maven plugin for people who like maven and wan't to avoid some pain with xcode dependencies, framework ...
0
votes
0answers
33 views
DataNucleus + Maven: No classes specified?
I'm trying to generate a table using DataNucleus through SchemaTool from eclipse. However, I get the following error:
SEVERE: No classes specified !
No classes specified !
An exception was thrown ...
1
vote
1answer
44 views
Does Ivy dependency resolver same as Maven dependency resolver?
I read official manuals about dependency resolution in Maven and Ivy:
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
...
6
votes
5answers
129 views
Is Maven suitable for a small Java project?
Being a beginner in Java SE development, I am quite interested in using Maven to manage and organize my project properly.
However, though I am more than willing to learn how to use it, I don't want ...
1
vote
1answer
37 views
How to run maven site along with normal install/package goals
We are trying to generate change log and some other reports using maven. We are using the changelog plugin and site plugin. But We generate the report using the :
mvn clean package site command. Is ...
0
votes
1answer
102 views
Android with Maven and IntelliJ
For the past 3 weeks I've played heavily with Android Maven build process. For the most part I find it a much better experience than Eclipse but have a few questions I'd like answered:
Is there a ...
0
votes
1answer
96 views
Build only necessary Eclipse RCP plugins for a plugin with Tycho
I'm new in Maven and Tycho and I hope that I'm not ask a silly question. Thanks for reading!!
I'm in a big Eclipse RCP Project with a structure like this:
-plugin 1
|-pom.xml
-plugin 2
|-pom.xml
...
0
votes
0answers
39 views
How to generate a indeterminate number of WAR files using Maven?
I would like to generate multiple WAR files, during the build cycle of my project. I already know how to add multiple dest-file, and other configuration with the maven-war-plugin. But I want to know ...
0
votes
0answers
201 views
Maven Build is not including .class file in jar
I have looked through everything I can find on StackOverflow and I could not find an answer. I have just built out a new machine and I have projects that compiled and built on previous installations ...
0
votes
1answer
26 views
Java run scrpits generated based on annotation
A have a java - maven project in Intellij.
I want to build Jar file (I can do that) along with .bat scripts that will run this jar with specific Main classes - those classes should be marked with ...
1
vote
1answer
95 views
Unable to do maven clean install
I am new to this maven concept, I am building one android application for which I am want to robospice lib. Rebospice demo example need maven clean install. I installed maven on my ubuntu 12.04
mvn ...
2
votes
1answer
66 views
Check for life-cycle/phase and file existence in Maven and report error
I want to check in Maven if authentication data from property file is provided by developer during application testing if call integration-test life-cycle.
As state common practice it is bad to ...
2
votes
1answer
75 views
Maven builds on file changes
Is there anything already out there that would help with either / both of following?
Perform a Maven install when a file within that module changes
Perform a Maven install on the module and its ...
3
votes
1answer
147 views
Including a jar manifest's classpath in a grails app
I'm writing a grails application (A) that uses a jar (B) from another project. The jar, B, has internal dependancies that are needed at runtime. Here's its manifest:
Manifest-Version: 1.0
...
1
vote
2answers
2k views
Define Maven plugins in parent pom, but only invoke plugins in child projects
I have a set of projects which all need to run the same series of Maven plugin executions during their builds. I'd like to avoid re-declaring all of this configuration in every project, so I made ...
2
votes
3answers
145 views
Setting up a Staging process for Java projects
I currently have a large number of projects with a complex dependency structure being developed by 50+ developers using Maven 2/3 with Nexus and Jenkins. We develop at a fast pace and more often that ...
0
votes
1answer
73 views
Factoring out common elements of Maven pom.xml
I have a number of Maven pom.xml files in various projects that contain a lot of similar configuration (license declarations, plugins, defintion of resource folders etc.)
What is the best approach to ...
0
votes
1answer
216 views
Maven 3 antrun issue
Recentely we upgraded from maven2 to maven 3 but ant build are not working. Ant is not compiling my project in maven 3 but am able to compile the same project using maven 2.
For just a simple example ...
0
votes
6answers
5k views
How to put all required jars in a lib folder inside the final jar with Maven ?
I am using Maven in my standalone application, and I want to package all the dependencies in my jar file inside a lib folder, as mentioned in one of the answers here:
How can I create an executable ...
3
votes
3answers
207 views
Don't break the build - how?
Here are the steps I always follow before checking in the code,
Get the latest from svn
Merge conflicted files
Build
Run my tests
Check-in
In spite of all this, there is still a chance that I ...
0
votes
0answers
98 views
Floating Point Exception when running node during build
During my maven build, I kick off a node.js script. The Maven profile runs a shell/bat (linux/windows) file, and that kicks off the node script.
On my machine it works fine. I am running Ubuntu ...
0
votes
1answer
109 views
How to have different build task and dependency “on-demand” with Maven
Hi there i need some information or general tips on a problem with maven.
Context:
We just migrated one big eclipse project into 4 maven project. (Thats one step in the good direction!)
We were ...
0
votes
2answers
245 views
Maven - How to build multiple Independent Maven projects from one project
I have 3 maven projects
WebComponents
DataComponents
ServiceComponents
When i build each of the projects i have to go into each folder and run mvn clean install on each of the projects.
I have ...
0
votes
1answer
930 views
Maven - Install an artifact to the Nexus repository
I have a problem currently when i run the command mvn install, the artifact is installed in my local repository (i.e. in %HOME/.m2 folder) but not in the Nexus repository.
I know with Nexus i can ...
3
votes
2answers
253 views
generate javascript from java class as a maven build step
I have a java enum that is used in my web application. I also have a lot of javascript code that refers to the values of the enum. It would be ideal If I could generate a javascript file from the enum ...
6
votes
6answers
612 views
maven - fail build when unit test takes too long
I have in my project a lot of unit tests, written in JUnit and TestNG. The building process is based on maven with surefire plugin.
Is there any way/plugin for maven to fail the build when at least ...
1
vote
2answers
401 views
How to split tasks between CI Tool (like Jenkins) and a build script (Ant or Maven)? [closed]
Our team has some controversy on which tasks should be handled by CI tool and which should be in a build script (we use Ant for building and FinalBuilder for CI).
My thought is that all the tasks ...
2
votes
2answers
144 views
Warning developers about out of date dependencies
Is there a way in Maven, Hudson, or Sonar to warn on the inclusion of certain out of date artifacts in a build.
For example, consider having a number of internal business jars. Some versions of ...
3
votes
3answers
934 views
Maven advice relating to versioning of a large project and the avoidance of versions containing expressions
I'm looking at restructuring a large Maven project...
A basic overview of our current structure:
build [MVN plugins, third party dependency management]:5.1
NRW Utils:6.0.0.0-beta12-SNAPSHOT
...
0
votes
1answer
32 views
Linking mojos in Maven
I'm using the maven cargo plugin to remotely deploy a servlet in tomcat. When I make updates to the code I have to run two mojos, one for compiling a new war (package), and one for deploying the war ...
0
votes
1answer
312 views
How to instruct Maven 3.0.3 to extract only common jar file into newly generated artifact?
I'm using Maven 3.0.3 and trying to achieve the following:
project-a (this is my parent POM)-->assembly pom-->dev/test/qa/prod POMs which generating zip files (one per environment). I do have quite ...
9
votes
2answers
1k views
Android build configurations for multiple customers
I have Android application that needs to be delivered to multiple customers.
For every customer I have different graphics and configuration XML files which specify features and URLs.
At build time ...
1
vote
1answer
597 views
Maven pom.xml - build modules + self build
I have the next project structure:
app
module1
module2
...
moduleN
parent-pom
Project app contains only properties files and JasperReports's reports templates. Pom.xml of app:
<project ...
0
votes
0answers
202 views
Practices and patterns for maven, using and distributing jars that have click-through license requirements?
First, a not-so-brief backgrounder (...my apologies in advance for the LONG question... skip to paragraph #6 to get to the actual question :-) ...Long-time maven users know the pains of the old ...
6
votes
2answers
9k views
Usage of maven ${basedir} in multi-module setup
I am using a local repository as described in Maven: add a dependency to a jar by relative path.
The repository-url is defined in the topmost pom.xml as
...
1
vote
3answers
705 views
Disable war overlays in maven
When I have a dependency of type 'war' in a maven project, it automatically uses overlay to merge it into the project I am building.
I would like to disable overlay.
To make the development process ...
2
votes
2answers
2k views
How to skip lifecycle phase in multi maven module
I have a maven multi module project which call two sub modules. please note that this child module do not use the parent markup tag. Now I need to have the deploy phase executed only on one child ...
2
votes
3answers
2k views
Maven child modules not being built
I have a relativey simple multi module maven buid with a parent pom. This includes the 2 child modules as follows:
<modules>
<module>WebApp</module>
...
0
votes
1answer
324 views
Identifying exact component versions of a build artifact
How can I set up a Jenkins based build process (using Artifactory Pro for artifact storage) of a fairly complex product so that the version/revision of each of its components can be easily identified?
...
3
votes
1answer
1k views
Overriding 'clean' lifecycle in Maven
I was going through a book that explain how to override 'default' lifecycle of Maven.
It says: To define a new lifecycle for a packaging type, you'll need to configure a LifecycleMapping component ...
1
vote
2answers
211 views
Maven dependencies for Clojure libraries on GitHub
I'm developing some applications in Clojure + Java using Eclipse and Maven with m2eclipse.
This works great when my dependencies are in a Maven repository. However there are some libraries that I ...
0
votes
1answer
568 views
How do I include Maven assembly execution specific expressions in an assembly descriptor file?
I currently have two assembly descriptors with two executions for my project which generates distributions of the project for two different groups:
<!-- Client distribution -->
...
2
votes
1answer
365 views
Need a good “home” directory for web-app during Maven build
I have a Java web application that uses JNDI to determine its "home" directory where various configuration files and logging takes place. During a Maven build, we set the home directory location in a ...
0
votes
2answers
182 views
Building in Maven without cleaning
When we build a Maven project without doing mvn clean, we sometimes get "voodoo errors" such as NoSuchMethodError. I believe these are caused by moving/renaming files.
I don't want to use the clean ...
5
votes
6answers
6k views
What are the advantages/disadvantages of using Maven? [closed]
I would like to know the reasons people use or not use Maven. We are about to switch all our builds to Maven 2 and don't have to much experience with it.
What are the advantages/disadvantages of ...
0
votes
1answer
162 views
Thoughts on moving to Maven in an enterprise environment
I'm interested in hearing from those who either A) use Maven in an enterprise environment or B) tried to use Maven in an enterprise environment.
I work for a large company that is contemplating ...
1
vote
1answer
312 views
Running JS minification as a maven goal?
I'm trying to use YUI compressor in a maven goal, but I'm pretty new to the inner workings of maven. I see that I can copy all js to a new directory with the following:
<copy todir="blah">
...
197
votes
9answers
59k views
Why use Gradle instead of Ant or Maven? [closed]
What does another build tool targeted at Java really get me?
If you use Gradle over another tool, why?
(See also Why use Buildr instead of Ant or Maven)

