0
votes
0answers
23 views

Experience On Maven pom.xml To ANT build.xml Script With Maven Plugin Support [duplicate]

We are planning to implement a Maven based Java Web Application project. Due to nature of customer requirements ""we may have to provide the ANT based build scripts"" in future course of time. It ...
0
votes
1answer
16 views

How to change the way Maven target directory is created?

I am wondering which maven-plugin is responsible of creating the directory /target or whatever is configured in the pom. For some reasons I'd like to change the way this folder is created (link ...
0
votes
0answers
19 views

Can a Maven plugin be created to merge 2 other plugins together?

I have standardized a Maven project structure to be used amongst several developers over several projects. Part of this included removing the <properties> from the reactor POM and putting them ...
0
votes
1answer
30 views

Can I have maven artifact run maven plugin when it is installed?

I have created a Maven plugin (called unpackTemplates) that unpacks a dependency jar file and copies resource files (in this case, templates) from it into a specific location in a project. Right now, ...
1
vote
1answer
27 views

specify default goal for all plugin executions

I'm going to have multiple executions of my custom maven plugin written into my project's pom.xml. My config went like this: ... <build> <plugins> <plugin> ...
2
votes
0answers
52 views

Maven failsafe plugin - propagate system property set by maven plugin in pre-integration-test

I've have a following problem and was not able to find any answer elsewhere: I'm using https://github.com/joelittlejohn/embedmongo-maven-plugin for starting mongo db server in pre-integration-test ...
0
votes
1answer
69 views

Maven Mojo Unknown lifecycle phase

Actually im working with maven plugins and creating own maven plugins. first i followed this tutorial: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html but i realised that ...
0
votes
1answer
45 views

how to pass maven module classes to a maven plugin

I've developed a maven plugin, which can scan classes within a module, to find some specific classes and do something about them. The problem is that, when I'm using this plugin in a maven module, ...
1
vote
1answer
20 views

Maven plugin: Passing all available properties to an Interpolator

In a Maven plugin I would like to use all properties usually available to the pom inside an Interpolator through a ValueSource. I can access properties defined inside the pom, system properties and ...
0
votes
0answers
59 views

How to use mocha with maven

I want to run mocha tests whenever I build my project using maven. Is there any maven plugin which can do it for me ? I have already used Jasmine Maven Plugin. If there does not exist one, what are ...
2
votes
1answer
44 views

How to ignore a Maven plugin

We have a groupId for Maven plugins: com.company.maven.plugins Unfortunately, when I created the first plugin in this groupId, I initially used the wrong naming convention. maven-myplugin-plugin ...
1
vote
1answer
64 views

How can I programmatically add an Artifact to the MavenProject?

I am writing a Maven plugin and I would like to automatically resolve specific dependencies and add them as dependencies to the project based on the parameters given to the plugin. I have been able ...
3
votes
1answer
105 views

Maven Plugin to read xml properties file

Just a quick question. Does anyone knows an XML Properties file plugin , like we had XML property file in ANT <property name='foo' value='bar'> <property name='foo1' ...
2
votes
2answers
42 views

Maven - extract resources (plus binaries) modified since revision

We have a Java EE 5 project built with Ant, which we are porting to a Maven build infrastructure. We are using SVN as version control and a Jenkins build server. The odd thing is that some "patch" ...
1
vote
1answer
62 views

Custom Maven Plugin: how to add classpaths?

I'm creating a custom plugin for maven. Normally, when you run a normal Java program that depends on some .jar files, you put it in the command line as a classpath. In my plugin, there are some things ...
0
votes
1answer
25 views

maven plugin detect hudson

I'm writing a plugin for maven and I want find out, if it runs on hudson. Then I want to know which user triggered the build. Is there an API (@component) that provides access to this?
0
votes
1answer
90 views

Maven Custom Plugin Descriptor

I'm Trying to create a Maven Plugin, but if i use @Mojo annotation i've to create a mojo descriptor with maven plugin-plugin already when i use java doc without the new maven plugin annotation the ...
2
votes
1answer
40 views

is there difference between dependencies and dependencies in plugin tags?

I have a question. In pom.xml, dependency is included in two places. one place can be in <project> tag and the other place can be in <plugin> tag. I think the dependencies in tags is ...
0
votes
1answer
69 views

Netbeans Maven annotations not supported in source 1.3, use source 5

When building my projects using Maven from Netbeans 6.7, I get these error messages: Error annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations) I've ...
0
votes
0answers
27 views

Which license type to choose when releasing a third party Maven plugin [closed]

Which license type should I choose when create a third party Maven plugin. Reading the doc on https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide The sample ...
2
votes
1answer
43 views

How to opensource a Maven plugin?

I have a Maven plugin that I want to share with outside world. Is there an official Maven repository I can deploy this plugin too ? What are the steps involved ? Any links to documentation much ...
2
votes
1answer
42 views

Maven 3.0 Artifact Repository API Deprication

I am attempting to write a Maven plugin using the ArtifactInstaller and the ArtifactDeployer. The methods that make the most sense to me are deprecated with the following message: "we want to use the ...
0
votes
1answer
59 views

mvn jboss:deploy fails with NoClassDefFoundError

When deploying an EJB project to JBoss using JBoss Maven Plugin, I get a NoClassDefFoundError on my JBoss' console about a class that is in one of the dependencies of this EJB project. This ...
2
votes
2answers
98 views

How to change java default icon of installer in java for mac installer

I have javafx application, I have successfully created the installer of application, but I want to change the java default icon of installer, So I have added ...
0
votes
1answer
93 views

Eclipse no longer starts after installing Maven plugin: MetadataRepositoryManager not registered

After installing the Maven plugin and closing Eclipse, I try to start Eclipse v8.3 I get an error referring me to a log file the configuration directory. (Contents below) This occurs even before ...
0
votes
0answers
101 views

Add Tree to Source JAR with build-helper-maven-plugin

I have my environment specific property files in main/src/env/dev, qa, prod, etc. and I want to include them in my myProject-sources.jar. What I cannot figure out is how to get the "env" folder to be ...
0
votes
1answer
119 views

Deploying EJB module using jboss-maven-plugin fails with FileNotFoundException

I'm trying to deploy a jar file containing my EJBs to JBoss 5, using the jboss-maven-plugin. But the plugin can't find my jar file. I'm running the command: mvn jboss:deploy This is what my ...
0
votes
0answers
31 views

Error in deploying liferay maven project

I have created a simple liferay portlet using maven. But later I found out a problem in my pom.xml file. How can I overcome this problem. Because of it I could not be able to deploy the portlet. Any ...
0
votes
0answers
65 views

How to generate stubs from 2 WSDL files with maven

Current I have just 1 WSDL file and I generate the stubs like following: <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> ...
2
votes
0answers
518 views

Could not connect to remote://localhost:9999. The connection timed out Jboss 7.1.1 Final

I am deploying builds to local and remote Jboss AS 7.1.1 Final at port 9999. Maven uses jboss plugin 'jboss-as-maven-plugin:7.1.1.Final' to manage builds to servers. I have confirmed that server is up ...
0
votes
0answers
44 views

How do I execute maven plugin for parent module only?

So I created this small maven plugin, that would connect to the database server and create all the tables I need for the project. Thing is, that the project consists of multiple modules and I want the ...
0
votes
1answer
108 views

How to compile Java Enum in Maven?

Most recently I am working with maven 3.x, Eclipse JNO JavaEE IDE with JDK 1.6.0_26. Some where in my project I used enum both inside and outside of a class. When I run clean build it appear an error ...
0
votes
0answers
50 views

How to get direct access to the resources stored inside own ant-based plugin

I try to write my own ant-based maven plugin for storing common resources and using these resources during building projects. The plugin is jar file. When I use Maven 1.x I can set ...
0
votes
0answers
36 views

Correct way to modify maven plugin configuration from mojo

I know this is subjective question and it will be closed most probably. But I don't know where to ask this question to get answer. There is one small annoying thing with maven android plugin - it ...
0
votes
1answer
88 views

Classes not getting published to embedded tomcat server of maven (tomcat:run)

I'm using eclipse indigo IDE, apache tomcat 6.0 server, m2e plugin,jdk 1.6 softwares in my project. After i make some changes in java code i do clean & maven build and the start the tomcat ...
0
votes
0answers
18 views

Injecting a dependency via a maven plugin

I have a system that accepts plugins to let users add functionality to a management system. The plugin is basically just a zip file with in a certain format (ie file x in this dir, y in that dir). ...
0
votes
0answers
1k views

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1

Below is part of my JavaFX code for extracting video information using the xuggler API. Button button = new Button("open file"); button.setOnAction(new EventHandler<ActionEvent>() { ...
0
votes
1answer
27 views

Missing github maven plugin artifact

Tools: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) Maven home: /usr/share/maven Java version: 1.6.0_43, vendor: Apple Inc. Java home: ...
1
vote
1answer
35 views

How to compress and optimize Javascripts in Maven build process?

I'm interested is there a way to compress and optimize Javascripts and CSS in Maven build process? Can I for example use Maven plugin or external script which do this?
0
votes
1answer
39 views

empty Maven mojo parameter instead of null

I was wondering whether it's possible to distinguish "parameter not specified" from "parameter is empty". In both cases the Mojo parameter has the value null. I want the default value to kick in, if ...
1
vote
3answers
613 views

Maven - Why after “mvn clean” I need to execute “Maven Update Project” before “mvn package”?

I'm making some tests and I would like to understand why after execute the command "mvn clean" I need to execute "Maven > Update Project" before run "mvn package", otherwise I get a compilation error ...
0
votes
1answer
141 views

Maven Shade Plugin for Java 7 UberJar

My question is simple: is there a version of the Maven-shade-plugin that is compatible with Java version 7? Specifically, when I attempt to use this plugin I get the following error (using Netbeans ...
1
vote
1answer
60 views

Can I get Maven to print out a custom error message when SQL plugin fails to connect to db?

I'm using Maven 3.0.3, MySQL 5.5 with the Maven SQL plugin (v 1.5) to create a test database for my JUnit testing ... <plugin> ...
0
votes
0answers
80 views

Manage aggressive caching using URL fingerprinting in a Java/Maven way

I'm trying to find the best solution to manage browser cache to reload modified JavaScript/CSS resources in a Java/Maven project. The most widespread solution seems be Maven filtering to add a ...
0
votes
1answer
113 views

Getting “Illegal group reference” when trying to execute Maven replacer plugin

I'm using Maven 3.0.3 and the Google replacer plugin. I want to replace a relative path in a file with the absolute path using the maven variable ${project.build.dir}. I'm trying this … ...
0
votes
1answer
20 views

Which Artifact to choose for a JAR maven Project?

Im developping an application that contains too projects 1.EJB Maven Project: it's a JAR file contains my models (jpa entities) and my services ( session Bean) 2.WEB Maven project: project ...
0
votes
1answer
44 views

maven filtering API in MOJO

I try to develop a maven plugin with resource filtering. In my code i have this : Resource file = new Resource(); file.setDirectory(buildDir.getAbsolutePath()); file.addInclude("appcfg.xml"); ...
-2
votes
1answer
63 views

app engine with maven plugin webapp live class/jsp reloading [closed]

Is there currently a way to achieve application class/jsp file reload while the server is running? I'm using maven plugin 1.7.5.
0
votes
0answers
131 views

Could not find goal in custom maven plugin

I am trying to develop a custom Maven plugin, i am following the tutorial from the official maven documentation as described here: ...
0
votes
0answers
124 views

How to create profile in parent child pom

I have a profile called deploy in the parent project like this. <profile> <id>deploy</id> <build> <plugins> <plugin> ...

1 2 3 4 5 13