1
vote
1answer
33 views
Anonymize pom.xml on release
I've got artefacts which are built and released using Maven.
The artefact's original pom.xml contains the usual project information (artifactId, name, etc.) and the dependencies. T …
0
votes
0answers
6 views
deleting repositories in Archiva
I deleted a repository from archiva but I only deleted the configuration and not the contents. When I'm ready to delete the contents, what's the best way to do so?
thanks,
Jeff
0
votes
1answer
26 views
Maven webstart plugin not finding dependencies
Hoping someone can help me with this strange one. I’m trying to run the webstart plugin but it doesn’t seem to be able to find the main class within the jar being produce. The po …
0
votes
2answers
33 views
How to determine at runtime the path to a Mavenized Eclipse project directory
Total Maven newbie, trying (along with the rest of a sizeable team) to convert a monstrous pile of legacy code from ant over to Maven. It's working reasonably well, but I'm having …
1
vote
1answer
15 views
Tool to determine licenses for pom.xml dependencies
I'm looking for a tool that given a maven pom.xml file tells me all the licenses that are used by the dependencies (and recursively their dependencies). Does such a thing exist?
I …
0
votes
1answer
44 views
Is there a way to just copy resources when using a Maven archetype (no Velocity)?
We are using a Maven archetype to create an initial setup for projects using our framework, which relies heavily on Freemarker. As a consequence we need to copy a few Freemarker te …
1
vote
0answers
37 views
Publish CruiseControl LATEST build artifacts to a static URL
I have a Java multi-module maven project that I want to build a mvn site and javadocs and have CruiseControl publish the latest daily builds to a configured static location.
The t …
1
vote
7answers
125 views
maven - is it a good / common practice to use it only for dependency mgmt and then let the ant do everything else..?
I am newbie with maven.
Other than its use for managing dependencies, I am finding little use for it.
It was getting so hard to write up a pom.xml, that I generated a ant buil …
0
votes
0answers
24 views
Generate plugin documentation
I write a plugin and was wondering how I get the site plugin to generate the documentation about the 'goals' available. The plugin it self is wokring fine, just the documentation d …
0
votes
2answers
34 views
Maven Assembly Problem
Hi,
I have a maven multiple-module project, which is giving me headaches in the assembly:assembly phase.
I have a module which has an assembly defined in it which works fine when …
0
votes
3answers
38 views
maven snapshot repositories
My project depends on a 3rd party library that only has snapshots in its maven repository (no releases, which seems strange, but that's how it is). Every time I do a full build (an …
1
vote
1answer
52 views
Maven doesn’t recognize sibling modules when running mvn dependency:tree
I'm trying to set up a multi-module Maven project, and the inter-module dependencies are apparently not being set up correctly.
I have:
<modules>
<module>commons< …
0
votes
2answers
235 views
Maven assembly Plugin with Maven Jar Plugin
Hi,
I'm trying to use the maven assembly plugin for the first time. Essentially, I want to combine the output of the maven assembly plugin with that of the maven jar plugin into t …
1
vote
2answers
32 views
How to check licence of third-party jars
We distribute a number of third-party jars with our product.
Is there any way I can analyse or perform a lookup on each jar in order to determine its license - e.g. CDDL v1.0, Ap …
1
vote
7answers
156 views
Is it fair to be held up to mockery for preferring to run “mvn clean install” as 2 commands ?
One of my team mates was held up for mockery by the team leads for preferring to run maven as:
$ mvn clean
$ mvn install
The discussion by the team leaders was about efficiency …
