Questions tagged [build-helper-maven-plugin]

For questions relating to the Maven plugin build-helper-maven-plugin.

Documentation: http://www.mojohaus.org/build-helper-maven-plugin/index.html

38 questions
0
votes
0 answers

Why does property filtering not happen on features.xml file unless packaging is bundle?

I managed to find a solution to my problem, but I'd like to understand why I had to do what I did, any other relevant background. I'm working on a Maven multi-project build that produces OSGi bundles, with about 48 projects in the entire build. Some…
David M. Karr
  • 14,317
  • 20
  • 94
  • 199
0
votes
3 answers

Use release or snapshot repository for manual deployment depending on the project version

I want to configure a manual file deployment to a remote repository using either the snapshot repository (using configured property project.distributionManagement.snapshotRepository.url) if the current version of the project is a snapshot version or…
Nicolas Henneaux
  • 11,507
  • 11
  • 57
  • 82
0
votes
0 answers

Why won´t build-helper-maven-plugin pass property to javafx-maven-plugin?

I am currently trying to deploy a javafx native bundle. While this basically works fine it won´t deploy to any location given to by a contructed property using build-helper-maven-plugin and its regex-property goal. Here´s my…
Wingie
  • 111
  • 1
  • 2
  • 10
0
votes
1 answer

Disable escaping replacement values in build-helper:regex-property

I want to replace a property in Maven based on a regex. For that I am using the regex-property plugin. Property will contain space-separated entries and I need to create a xml "node" from each of them. "C:\some\entry D:\another\entry" …
Martin Melka
  • 7,177
  • 16
  • 79
  • 138
0
votes
1 answer

cobertura-maven-plugin and cassandra-maven-plugin caused cassandra.rpcPort to be different

I've got the following configuration in my pom.xml org.codehaus.mojo build-helper-maven-plugin 1.8
Tin Ng
  • 937
  • 2
  • 11
  • 25
0
votes
1 answer

Unable to see generated test source folder with mojo's build-helper

I have added the mojo's plugin build-helper to my project pom to generate a new test source folder for my integration tests. When I run the phase, generate-test-sources mvn generate-test-sources I could see the below console output showing the…
0
votes
1 answer

Maven plugin Build Helper not creating new directories in Spring Tool Suite workspace

I'm looking to follow the advice in the book Spring in Practice chapter 10 on creating separate directories for unit tests and integration tests using the Build Helper plugin in Maven. I'm working in Spring Tool Suite trying to add integration tests…
Kyle Walker
  • 559
  • 3
  • 12
  • 25
0
votes
0 answers

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 included. Right now I get dev, qa, and prod…
cneff
  • 388
  • 6
  • 15
1 2
3