Tagged Questions

0
votes
0answers
7 views

Create self extracting archive with autorun on linux for windows platform

Our application is distributed as a zip file, with a small bat/shell script that the user runs after extracting the archive to install the application. This zip file is currently created via mavens …
2
votes
1answer
28 views

Maven Java Source Code Generation for Hibernate

Hi, I´m busy converting an existing project from an Ant build to one using Maven. Part of this build includes using the hibernate hbm2java tool to convert a collection of .hbm.xml files into Java. …
0
votes
0answers
9 views

Debug Maven project in Eclipse with third party sources

I am currently developing a maven project in eclipse. The m2eclipse plugin works beautifully. It even works out of the box with debugging. But when I am debugging open source third party libarries. …
0
votes
0answers
11 views

building cocoa project with maven

i have a cocoa project and i'd like to build it with maven. is there any maven plugin for building objective-c code?
1
vote
2answers
393 views

Could Free Pascal benefit of something like Apache Maven?

Apache Maven is a very popular build and dependency management tool in the Java open source ecosphere. I did some tests to find out if it can handle compiled Free Pascal / Delphi units and found it …
1
vote
0answers
21 views

Maven: How to get all transitive dependencies programatically in a MOJO [closed]

Possible Duplicate: How to get access to Maven’s dependency hierarchy within a plugin. The dependency:tree plugin:goal has an option 'verbose' which displays all conflicts & …
0
votes
2answers
57 views

testing Java code generated during another test

I want to build a "toJavaCode()" on my model that would generated the required Java source code to generate that model (never mind the reasons or if it should or shouldn't be done, nor the …
0
votes
1answer
27 views

Maven Archetype Question

I'm trying to create an archtype for a simple project, this project contains some ssl certs that i'd like to includes as resources in the archtype so when the project gets created those certs will be …
0
votes
3answers
57 views

What are solid NMaven or build server for .NET alternatives?

Maven had a long history and is well supported in the Java world. NMaven has received a less successful start and has never became as popular in the C#/.NET world as its larger cousin was in the Java …
0
votes
0answers
8 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
60 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 templates when the …