Tagged Questions
11
votes
2answers
2k views
How to deploy OSGi apps and dependencies?
OSGi seems to have an excellent benefit of having small deployable artifacts by not wrapping dozens of JAR dependencies into a lib directory. However, I can't find anything that tells me an easy, ...
5
votes
2answers
438 views
How to break a maven build when there is a dependency conflict?
I ran mvn dependency:tree for a project and I saw output like the following:
[INFO] my:project:jar:1.0.0-SNAPSHOT
[INFO] +- some.other:library:jar:2.0.0:compile
[INFO] | \- ...
5
votes
1answer
213 views
Need presentation materials for convincing a customer to use Maven
My customer needs a more organized inventory of all 3rd-party libraries (such as JAR files) that are used in production for their projects. I am involved with a number of their Java-based projects. ...
4
votes
2answers
78 views
Maven : Should I keep or remove declared dependencies that are also transitives dependencies?
Do you think it is a good practice to remove every transitive dependencies that can be found in a maven pom?
Example:
My project depends on A and B.
B is also a transitive dependency of A.
Should I ...
4
votes
2answers
486 views
How to check pom.xml for updated dependencies
I am fairly new to Maven and pom.xml. Is there a way I can find out which of my dependencies that are outdated, so that I can update version numbers in my pom.xml.
In other languages, for instance, ...
4
votes
1answer
721 views
How can I use different JARs for compiling and testing in maven?
I compile my programm against javaee-api. But for Junit testing I must use a specific implementation like glassfish's javaee.jar to avoid errors like java.lang.ClassFormatError: Absent Code attribute ...
4
votes
5answers
1k views
3
votes
2answers
551 views
Multiple Dependency Scopes in POM
I have a dependency in my POM that needs to be set to "provided" so it is not included at compilation, but it can still be referenced within my project. I would like the same dependency to have a ...
3
votes
2answers
414 views
Sort maven dependencies in Eclipse
Just wanted to know if it is possible in Eclipse to sort Maven dependencies by alphabetical order?
It's bothering me to have a list of 200 jars not ordered... :(
3
votes
4answers
2k views
maven dependencies groovy
I'm running a project that has a dependency on groovy 1.7-beta-1. The gmaven plugin uses groovy version 1.6 as a dependency. In my pom, I specify in the dependency management section the grooyv-all ...
2
votes
1answer
3k views
Change maven dependency for artifact using classifier
With the maven jar plugin I build two jar: bar-1.0.0.jar and bar-1.0.0-client.jar.
Actually in my POM I have the following dependency:
<dependency>
...
2
votes
0answers
185 views
Maven MOJO transitive dependency resolution ordering from the bottom of the graph
I'm resolving transitive dependencies in my MOJO and wish to have them returned in order from the bottom of the dependency tree up. Is this possible using Maven2? Here's my code so far:
Set<?> ...
2
votes
2answers
417 views
Maven missing transitive dependency
I have a maven project with a dependency (datanucleus-db4o). This dependency has itself a dependency on db4o (db4o:db4o:jar:7.12.126.14142-all-java5).
Now maven says:
09.09.10 19:43:09 MESZ: ...
2
votes
1answer
1k views
Maven - Dependency Inheritance - Provided
I make use of dependency POMs which I will then go and include into another projects as as dependency. The problem I am having is while it aggregates the POM with those dependencies, it appears when ...
2
votes
1answer
350 views
Maven2 sharing dependencies across parent and children (without redeclaring dependencies in children)
With maven1 I was using the extend tag to tell my children project to use their parent configuration.
All dependencies declared in the parent were available in extending (children) projects.
Now ...
2
votes
5answers
323 views
Using Maven to build JAR from source in Subversion trunk
There's a Java library that I would like to use in my project. My project uses Maven to pull in dependencies and it works great for everything except this one library. The problem is, this library ...
2
votes
1answer
1k views
why does maven release plugin allow for SNAPSHOT version in dependency managment?
We have 1 company parent pom. This uses dependencyManagement to manage the versions for all the dependencies of all the artifacts used.
What is alarming, is that SNAPSHOT versions can be defined ...
2
votes
6answers
389 views
Should I use Eclipse plug-ins (or OSGi Bundles) as a plain dependency management tool?
once again it has happened... I joined a new project, composed of several plain Eclipse Java Projects, with interdependencies, all managed through the Project build path. I find this all a bit of a ...
1
vote
2answers
530 views
Do you know the maven profile for mvnrepository.com?
I am trying to include some dependencies in my maven project. These dependencies are not available in the default Mven 2 repository http://repo1.maven.org/maven2/.
They are available at ...
1
vote
3answers
149 views
Maven exclusions best practices
I'm using Maven2. When I look at the output of mvn dependency:tree -Dverbose I see lots of:
[INFO] +- org.springframework:spring-orm:jar:3.0.5.RELEASE:compile
[INFO] | +- ...
1
vote
2answers
271 views
What is the Ivy equivalent of Maven's versions:display-dependency-updates?
I have an ivy.xml file where I specify my dependencies explicitly. Is there any functionality built into Ivy that will let me discover or automatically update my dependencies which are out of date?
I ...
1
vote
1answer
442 views
How do I override the spring framework version in Spring Batch?
I'm starting a new project with Spring Batch 2.1.6.RELEASE and I use Maven for depemdency management.
By default, it imports spring framework 2.5.6, but I'd like to use 3.0.5.RELEASE instead.
This ...
1
vote
1answer
685 views
Using Ivy, Maven and the Issue with POMs
I have been looking at and playing around with IVY of late for a new project. I know that there are two camps on this topic and a lot of reasons people choose one or the other. This question is not ...
1
vote
3answers
218 views
Maven: How to remove dependencies if they are already transitive?
For example, if there are dependencies:
a -> b
a -> c
b -> c
I want to remove the dependency a -> c, because there is a -> b -> c.
I know there may be some strong dependencies ...
1
vote
2answers
929 views
Maven POM dependencies to ivy.xml file
Is there a maven plugin which i can use to convert the maven pom dependencies including transitive dependencies to an ivy.xml file?
1
vote
2answers
99 views
Does Eclipse do a binary-compatibility-check of jars as they are added to a project?
While I was singing the praises of Maven's dependency management, an Eclipse user told me (an IntelliJ user) they don't need stuff like that because any time they add a jar to a project Eclipse will ...
1
vote
2answers
79 views
hunting maven dependencies
I want to start using maven in code I distribute but I can't find an efficient way to work with dependencies. Every new dependency takes me far too long to add.
As a simple example, I need to add ...
1
vote
1answer
371 views
Managing Java dependencies in a Grails application?
I'm trying to adopt my development from Spring/Maven2/Tomcat -> Grails, and I'm wondering if there's an easy way to manage dependencies in grails separate from maven. Maven does a lot of the magic ...
0
votes
1answer
47 views
Maven Dependency Convergence
The site generated for a multi-module Maven project contains a "Dependency Convergence" section, which is useful for detecting dependency conflicts.
In the site report for a simple (i.e. jar package) ...
0
votes
3answers
90 views
Force re-download of release dependency using Maven
I'm working on a project with dependency X. X, in turn, depends on Y.
I used to explicitly include Y in my project's pom. However, it was not used and to make things cleaner, I instead added it to ...
0
votes
2answers
203 views
Grails dependencies neo4j
I'm suffering from grails dependencies with only pom.xml in the jar files at the moment. Basically, I'm trying to use grails dependencies to include neo4j which the main file only contain pom.xml ...
0
votes
1answer
128 views
Grails dependencies or Maven
I'm using STS latest version (2.7) and latest grails as well. After I created a freshly grails project in STS it freezes in the updating grails dependencies for a long time and it comes out as a ...
0
votes
1answer
294 views
How do I get maven-dependency-plugin from the command line?
I'm trying to execute this command on a server through SSH:
mvn tomcat:run-war &
But that plugin is not in the local repo:
[INFO] Scanning for projects...
[INFO] Searching repository for ...
0
votes
3answers
544 views
mvn package command doesn't run successfully after mvn clean command if done from command prompt
Hi
I get a weird error when I run mvn package command from the command line after executing mvn clean command.
The error is a compilation failure error.
This is a trace:
annotations are not ...
0
votes
2answers
99 views
Locating the project.parent's POM
I'm using Maven in a project which contains a number of modules. When we release, we deploy the modules to our own Maven repository. The project modules inherit from a parent project which defines ...
0
votes
4answers
101 views
How to handle the dependencies which are not present in the maven/spring repository?
I have an application whose dependencies are being handled by maven.I need to know, how can i handle the dependencies which are not present in the remote repository. I dont want to use a local ...
0
votes
1answer
72 views
eliminate maven dependency duplication
In my Maven build, I use the antrun plugin to invoke an ant task.
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
...
0
votes
1answer
326 views
Maven dependency resolution
I would like to use Maven for dependency resolution only in my Grails application, i.e. I will continue to use Grails commands such as grails war and grails test-app to build and test my app. ...
0
votes
5answers
1k views
Missing maven dependency using nexus setup
I am trying to build a maven project to test out some testing software - Arquillian.
I setup nexus and added the jboss repositories to the bottom of the public group.
When i run mvn test i get this ...
0
votes
1answer
1k views
Maven Grails Building with 'mvn clean install' doesn't work
I've built a Maven Grails project which can be build fine using command mvn grails:war.
However, using the standard mvn install fails to work - I get exceptions complaining that a util Java class ...