0
votes
0answers
15 views

Maven filter src/main/resources of a JAR dependency

My maven top level project refers to a common-db project. In this project I have a spring file which defines the DB parameters. However, I want the top-level project to define the DB parameters ...
1
vote
1answer
26 views

Global scope for maven dependencies

Is is possible to use a plugin or some other mechanism to set all the dependencies of a maven module to a certain scope? I have a lot of dependencies inherited, with different scopes and I need all of ...
0
votes
2answers
31 views

Maven Spring dependency repository

I am developing a Spring application using Maven and I would like to find the most comprehensive and up-to-date repository with the most dependencies. So far I have found three repos, but I am unsure ...
0
votes
1answer
10 views

Warning POM missing in the jar

I have created the jar through maven from some other project. The jar reside in the location repository. The jar contains the pom.xml file in META-INF/maven///pom.xml and pom.properties. I have also ...
0
votes
0answers
18 views

Tomcat Server not responding when adding tomcat-catalina dependency

I'm having problems using Websockets on a Tomcat 7 (JBoss EWS 2.0)- Server on Openshift. It seems that once I add a dependency for the tomcat-catalina package in the pom file and deploy, the server ...
0
votes
0answers
19 views

NetBeans & Maven: add JavaScript API from dependency

I am currently working on a Maven web application with NetBeans 7.3. My HTML files need some .js which I would like to include as a Maven dependency. The dependency is packaged as a WAR. However, ...
1
vote
1answer
29 views

How to make maven to take resources from /src/test/resources instead of /src/main/resources for a dependent project?

I've searched the forum to find the answer to my problem, but I was unable to find it. My problem is, that: I have two projects: ProjectA and ProjectB. ProjectB uses ProjectA. In ProjectA i have two ...
1
vote
2answers
41 views

Maven - Set Properties for Dependency

How To set properties for Dependency? I'm in the process of converting a java project to a maven project. Before converting to Maven, i had the jar iijdbc.jar and iijdbc.properties file in ...
0
votes
1answer
26 views

Maven Shade Plugin not including resources of dependency

I'm using the Maven Shade Plugin to include all dependencies during package phase. That works fine for classes, but dependent resources aren't included. Here's the layout of the dependent jar: ...
-1
votes
0answers
19 views

maven, get dependency filename without filepath

I have a maven module with dependencies I can get full path to dependency file by maven-dependency-plugin - ${groupId:artifactId:type} By this property I will get smth like this: ...
0
votes
0answers
20 views

is there a tool to find common dependencies between sibling modules in maven?

I have to create a new maven project old projects migrated to maven. So I got a structure like this parent | \-- project 1 | \-- project 2 project 1 and project 2 have tons of dependencies and lots ...
1
vote
1answer
22 views

how to resolve maven cyclic dependency

how can we resolve maven cyclic dependency, let us suppose A is the parent project and B and C are child projects. If B is dependent on C and C is dependent on B, is there any way to resolve the ...
0
votes
1answer
33 views

How to create a jar with dependencies as main build artifact, later used by assembly plugin?

I've been working on a Java Maven project that ultimately creates an executable jar file. At first I had no issues, but then I decided I wanted the dependencies to be copied into the jar as well. I ...
0
votes
4answers
42 views

What maven dependency do I need to get FileCredentialStore?

I want to get access to google-analytics via the java api (v3). For logging in I want to use OAuth2. I found a java example, that shows how to do it. Unfortunately I am not able to compile the code I ...
0
votes
1answer
40 views

maven don't work with me, is there any dependency missing?

I'm new to maven, I'm using it with eclipse on Windows 7. And I'm trying to use maven with my test project and here is my pom.xml file : <project xmlns="http://maven.apache.org/POM/4.0.0" ...
3
votes
2answers
37 views

In Maven, how can I exclude all transitive dependencies from a particular dependency?

I want to exclude all transitive dependencies from one dependency. In some places I've seen it suggested to use a wildcard for that <dependency> <groupId>myParentPackage</groupId> ...
0
votes
2answers
31 views

How to share configuration files across modules in Maven

I am working on a java maven project with several modules. I am facing issues with sharing configuration files from one module to its dependency. For instance i have a module named utils which holds ...
0
votes
1answer
28 views

A conflicting jar is being added to Maven dependencies - how to track down?

I have a dependency that I have added to my project: <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-server</artifactId> ...
0
votes
0answers
87 views

Maven modify dependency jar manifest files

I'm sorry in advance I can't give the exact code as I don't have it at hand right now. However, I ran into a problem while trying to package my project into a jar. I used maven assembly plugin in my ...
0
votes
0answers
26 views

webstart maven plugin with dependencies

Hi everyone im very new to maven my boss told me to work with webstart plugin into maven to generate jnpl and a signed jar the problem is no matter how i try i couldnt make a jar with dependencies ...
0
votes
0answers
57 views

Hibernate core dependency with maven (Using intellij)

I'm getting an error with IntelliJ inspector when I add hibernate dependency in pom.xml: <dependency> <groupId>org.hibernate</groupId> ...
1
vote
2answers
38 views

Issue creating and using a custom jar file

I have prepared some util classes. I planned to make them as jar and distribute it to required projects. My util classes uses some already existing custom code provided in the form of jar file. My ...
0
votes
1answer
61 views

IntelliJ not using external Jar's if not added via Maven when running JSF application?

I have a very simple line of code that is called from an .xhtml file ( in a JSF 2.0 project ) which looks like: try { Class.forName("com.mysql.jdbc.Driver"); }catch(Exception e) { ...
0
votes
0answers
11 views

Android maven compile build with dependent module

I have maven project with 2 modules : android client module -> api module, and I can't build apk with classes from api module. Final apk file don't containt classes from api module, in android ...
0
votes
1answer
39 views

Maven: Build dependencies with dynamic params on persistence.xml file when main project is been compiled

I am a new maven user. I am developing differents projects that depends on a maven project that needs to connect to db using JPA. So, for each parent project I need to set the db URL, user name and ...
2
votes
4answers
60 views

Does Maven need to explicitly specify the dependency that Spring/Hibernate dependented?

I'm new to Maven, I try to use Maven with Spring, Hibernate in my project. After go though the Spring and Hibernate reference, I found that "there is no need to explicitly specify the dependent ...
0
votes
1answer
44 views

Filter dependency lookup for Repository in Gradle

I have defined 2 Repos in my Gradle build: repositories { mavenLocal() maven { url "http://someurl:8081/nexus/content/repositories/myrepo" } } Now I just want to resolve specific artifacts (my ...
0
votes
2answers
67 views

StringEscapeUtils can not be resolved

I have added the dependency in pom.xml <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> ...
1
vote
0answers
38 views

Lock dependencies by secure checksum in Maven

When I distribute a source project with a POM I can define dependencies with version strings. The build will download those dependencies if they are not in the local repository, it will even verify ...
0
votes
1answer
28 views

install maven artefact with dependecies

I want to create a maven artifact from an existing jar. So far so good. The problem is that in said jars class-Path several other jars are referenced. Is there a way to also create artifacts from the ...
0
votes
1answer
26 views

Maven dependencies from parallel projects, not modules.

I have following maven projects (note : maven project, not maven modules). I know i will get questions, why not modules, but it has its own story, anyway. myproj-common (JAR), myproj-core (JAR), ...
0
votes
2answers
66 views

In a multi-module project, can a maven module access transitive test-scoped dependencies of another module it depends on?

I have a multi-module Maven+Spring project. Some modules depend on other modules. Let's say we have a module named services that depends on the module named persistence. The services module : At ...
0
votes
1answer
35 views

maven compilation errors

In my app I have two modules. I need to import classes from one of them to another. for this I add a dependency to the second like this: <dependency> ...
0
votes
1answer
30 views

Grails: Ivy: Google Code: How do I add a Google Code dependency to Grails?

I'd like to get grails to automatically resolve dependencies for a Google Code project: https://code.google.com/p/google-api-java-client/ Maven example looks as such: <project> ...
0
votes
1answer
75 views

How to include the JAR from another maven project in Maven

I have a fairly large project named: ProjectX. Inside this ProjectX folder we have a parent POM for the rest of the project. Project X has 2 Modules: ModuleA and ModuleB. ModuleB is also a parent to ...
0
votes
1answer
28 views

Maven dependency mapping to repositories

I'm new to Maven, although I'm experienced with Ant. I'm trying to understand the process of downloading dependencies. Let's say I've defined two repositories: repository id:repo-one ...
1
vote
3answers
34 views

Maven test dependencies of dependency

I have a parent project which has dependencies with scope test <dependency> <groupId>org.seleniumhq.selenium</groupId> ...
0
votes
1answer
37 views

Managing Versions of dependencies

What is best way of managing versions of dependencies?. Generally I would create a super POM (Not Parent POM) and I would declare all my dependencies in the super POM. So that all my projects can ...
0
votes
0answers
65 views

Maven - parent POM executing different child goals and profiles

Our legacy project was migrated to Maven, and I'd like to further simplify the build process. It is split into two projects: the core one is a WAR, but can also be built (using profiles) as a trimmed ...
1
vote
1answer
211 views

Could not find metadata in local

Locally on the machine i have an Artifactory installed with maven repositories, and i have a very simple .pom file for my project which points to it: <project ...
2
votes
1answer
135 views

Maven: javaee-api vs jboss-javaee-6.0

I want a Java JEE6 project built with maven, and I want it standard So, I put this in my pom.xml: <dependency> <groupId>javax</groupId> ...
0
votes
1answer
17 views

Determining source of a (masked version) maven dependency

I had a situation in my project where two dependencies relied on a different version of a jar. Just showing the dependency tree only showed the newer version and where it was used, so I ended up going ...
0
votes
1answer
87 views

Maven compiler plugin: Compilation failure

When I execute any goal from compile onwards, it fails to compile my ui sub pom project. Just keeping the source/dir naming very bland, sorry. But the formatting is pretty much like this: [ERROR] ...
-2
votes
1answer
95 views

FileNotFoundException when running Maven generated jar

Trying to create my first ever executable jar and am using Maven to do so. The Java runs fine by itself but when I try and run the jar I get a FileNotFoundException for src\main\resources\sound.wav. ...
0
votes
1answer
2k views

Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: UnresolvedAddressException

I have integrated Maven with Eclipse and trying to create a maven project. Every time i am trying to create project, its POM.xml shows error. Multiple annotations found at this line: - Plugin ...
0
votes
0answers
130 views

Dependency Resolution Issue Upon Installation of Plugins in Grails

So I am having a bit of issue with some of the Plugins I have installed in my Grails-app. It looks like even once a plugin is installed I cannot import the package containing it into one of my ...
1
vote
1answer
484 views

maven dependency not found in repository

I'm trying to run the project, which uses gwt-dev. The instructions are at: http://neiliscoding.blogspot.ru/2012/05/how-to-setup-examples-for-use-in-gxt-3.html?showComment=1362999279386 when I create ...
0
votes
3answers
36 views

How do I use a class from a package listed as a dependency in maven?

New to Java and Maven and having trouble with a dependency. (Not using an IDE) In the pom.xml for my project I have: <dependency> <groupId>org.apache.pdfbox</groupId> ...
0
votes
0answers
30 views

Packaging multiple versions of a product in one archive

How (if it is possible at all) can you use Maven to create an archive that contains more than one version of a dependency? The use case is that I want to create an installer JAR, which can both ...
0
votes
1answer
212 views

Migration from maven to gradle: “gradle build” fails for WAR building task

I am trying to rewrite pom.xml configuration into gradle script. The part concerning dependencies in pom looks like that: <dependencies> <!-- Spring --> <dependency> ...

1 2 3 4 5 9