0
votes
1answer
24 views

Packaging WAR with Java and Scala sources

I would like to ask you simple question. Is it possible to package WAR file which will contain Scala and Java sources, each from separate source directory (src/main/java/... and src/main/scala/...)? ...
0
votes
1answer
48 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, ...
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 ...
3
votes
1answer
106 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
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 ...
2
votes
1answer
145 views

component lookup exception with org.apache.maven.repository.RepositorySystem in Maven plugin testing

I'm trying to use maven-plugin-testing-harness version 2.1 with the following test case: public class FooTest extends AbstractMojoTestCase { @Override protected void setUp() throws Exception { ...
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
0answers
58 views

SoapUI Test fails on STS

I am trying to test my service using SoapUI in STS. I have the maven dependency in place. When i test it through the SoapUI interface all my test cases pass. When I try to do the same through STS by ...
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?
1
vote
3answers
620 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
113 views

NoClassDefFoundError PlexusIoResourceCollection / Jenkins + Maven 3

i'm trying to migrate some of my jenkins jobs to maven 3 and i'm facing some troubles with maven plugins. for instance, i have a job building pretty well under maven 2, which fires the following ...
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"); ...
0
votes
1answer
82 views

Maven plugin failed after upgrading Jenkins to 1.505

I have upgraded my Jenkins server to 1.505 but unexpectedly building with Maven plugin is not working and it throws an exception in the Jenkins logs Error injecting constructor, ...
0
votes
0answers
125 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> ...
0
votes
0answers
14 views

PluginVersionResolutionException in maven

In my system previously C:\Users\abc after changed as C:\Users\xyz now the problem while running the maven with "mvn clean install" it rises exception as LocalRepositoryNotAccessibleException,it takes ...
0
votes
1answer
114 views

mvn release:prepare doesn't work using maven 3

My JAVA_HOME is properly set up to /usr/local/java/jdk1.7.0_01 $echo $JAVA_HOME /usr/local/java/jdk1.7.0_01 $sudo update-alternatives --config java There are 3 choices for the alternative java ...
0
votes
0answers
112 views

Tests are failing when executed via the maven plugin

When I trying to execute through SOAP UI all the testcases are sucess in which 2 assertions are involved. 1) With valid HTTP code status as 200 2) With script assertion as "assert ...
0
votes
0answers
125 views

Change default mojo configuration in lifecycle mapping

I'm writing a Maven 3 plugin which builds plugins for another application. A plugin is basically a JAR file with some fancy manifests. The compiled classes need to be post-processed for the plugin to ...
0
votes
3answers
48 views

Maven3: How to create 3 jars from 1 project

I have a single java project that contains 3 different classes that each has a main(). I have a single pom.xml file for the entire project. I would like Maven to make a jar for each of those classes ...
0
votes
0answers
32 views

Maven to Generate Documentation for Ruby Code

I have a multi-module maven project heavily with java modules (I have about 10 java modules). For this project, recently we started writing tests using ruby, cucumber and feature files. Now, I want ...
0
votes
1answer
755 views

maven plugin: “Failed to read artifact descriptor for”

For my build process, I need two custom maven plugins (see here). It works fine when deploying it to my local maven repository with mvn install. However, I need to make it accessible for other ...
0
votes
0answers
38 views

How to deploy snapshot into local repo

I am trying to deploy(!) a project into my local repo, so that it can be install/ed(required) by other projects. My setup uses maven-quantum-plugin to do the build stuff. Unfortunately my project is ...
0
votes
2answers
60 views

Maven Invoker plugin log to console (System.out)?

Is it somehow possible to configure Maven Invoker Plugin to log to the System.out instead of build.log file?
0
votes
0answers
155 views

what's the difference between maven2 and maven3 when specify an expression for a Mojo parameter in Maven

we have developed a maven plugin it can work as expected in Maven2, but when we migrated to Maven3, we got an issue. below is the code snip /** * @parameter expression="${classifier}" * @since ...
0
votes
1answer
378 views

HoloEverywhere 1.4.2 + Maven Not building the demo Android project

I have holoeveywhere "running" in eclipse and I can successully build the "HoloEverywhere Build", as referenced in this link. https://github.com/ChristopheVersieux/HoloEverywhere/wiki/Maven However, ...
0
votes
2answers
157 views

Configuring maven for proxy

I am new to maven build tool but I am not able to configure maven for proxy server. In the /usr/share/maven/settings.xml I added the following lines: <proxies> <proxy> ...
1
vote
1answer
88 views

Editing jmeter saveservice.properties file using Jmeter Maven Plugin

Is there a way to edit(add some properties to it) the Jmeter saveservice.properties file when I am invoking Jmeter using the Jmeter Maven Plugin?
0
votes
0answers
130 views

Maven 3 plugin - How to programatically exclude a dependency and all its transitive dependencies?

I'm developing a Maven 3 plugin and I want to exclude some dependencies, and their transitive dependencies, when a configuration is set to true in the plugin. I don't want to use <exclusions> ...
0
votes
0answers
286 views

Script to automate the maven release process with SVN source

I am usig a batch script to release my projetcs, it works fine for my common project, but when it comes for the actual main project which got a dependency to the common project, mvn release prepare is ...
0
votes
2answers
43 views

Generating jar file using maven in db unit installation

I need to install db unit in my system. I have completed installing JDBC driver. i have downloaded junit-4.11.jar. I have to generate the jar file into the directory.What is the correct method/step ...
0
votes
1answer
108 views

Calling java class under src/test from pom.xml

I know that we can call a java class from maven using the exec plugin and specifying the class in the mainClass tag. However this seems to work only when the java class is under src/main/java. ...
0
votes
1answer
792 views

NetBeans 7.2: problems creating and running Maven WebApplications

In NetBeans 7.2, I get the following behavior: 1. Upon hitting the 'run (play)' button on an existing Maven Webapplication, the following error is displayed: cd E:\Dev\Apps\MyApp; ...
0
votes
1answer
113 views

third party bundles dependencies in Maven/Tycho build

how to handle third party bundles dependencies in Maven/Tycho build ?
0
votes
1answer
82 views

using multithreaded maven build with flexmojos

I am trying to improve the performance of a multi module maven build by making it multithreaded. While doing that, I am trying to resolve bunch of dependencies and there is something I am stuck at ...
0
votes
1answer
178 views

Jmeter Reports do not get generated if there are errors if the Jmeter Test executed using Jmeter Maven Plugin

I am running Jmeter tests using Jmeter Maven Plugin. After I run the test I want to generate simple reports that indicate if the tests passed/failed. I referred to Jmeter: how to create summary ...
0
votes
1answer
313 views

Error running mvn clean install

using Eclipse to try and build a maven project with Eclipse. Anyway when I try to run mvn clean install I get the following error Failed to execute goal ...
0
votes
2answers
88 views

Running maven plugins in a specific phase

Is it possible to run the maven-install-plugin in a specific phase. I want to run the install plugin so that the ojdbc14.jar is available in my repo before it tries to check for dependencies. My ...
0
votes
0answers
82 views

Maven deployment issues

I have a maven project that is built using the archetype-site. I left the default directory structure as it is and added a directory for my files, so my current structure is this: MyProject ...
9
votes
2answers
507 views

Creating Hermetic Maven Builds

I am attempting to create a way in which hermetic builds can be achieved while still relying on SNAPSHOT dependencies in your project. For the purposes of example, say I have a project which has a ...
0
votes
1answer
30 views

maven local custom repo

I would use my server as local repo for some jar. I can install single jar into .m2 repo but I can't use this repo into my project's pom. How I use my server as maven repo?
0
votes
0answers
35 views

Maven : unzip and compile the child module in multi module maven project

I have a following project structure P1 (parent project ) -> c1 ( empty ) -> c2 ( maven war project with pom.xml) c1 project ( jar project with pom.xml ) is zipped and put as c1.zip ...
0
votes
1answer
40 views

Maven report on all tests on method level

I want to generate a report after maven runs the tests that will display a list of all tests that are run. I don't want the tests to be grouped by class, I just want a list of executed tests. For ...
0
votes
0answers
105 views

how to customize maven to generate the .classpath that i want?

using the following command mvn eclipse:eclipse i can get a .classpath with the line such as: <classpathentry kind="src" path="src/main/java" including="**/*.java"/> but this is not the ...
0
votes
1answer
39 views

Maven 2 site generation, which web site has information on it [closed]

Can someone please tell me the best site to read up and find out everything I can do with Maven 2 site generation. I seen that maven can build a site for the project but I would like to learn all ...
2
votes
3answers
1k views

How to generate .apklib and .apk in same maven build?

So I am using Android Maven Plugin to generate apklib snapshot for one of my library project. But the library project is also self sufficient to run on its own so I am thinking that may be we should ...
2
votes
1answer
89 views

How to find unused properties in a pom

After inheriting a maven project, I would like to check for unused properties and remove them. One way I dont want to take is to remove them one by one and see the build fail. Another way would be to ...

1 2 3 4