maven-plugin Questions
6
Solved
I try to compile maven web project with
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>3.0.5-FINAL</v...
Nanci asked 28/11, 2011 at 11:56
6
Current maven plugins like jaxb2-maven-plugin and maven-jaxb2-plugin generate code using the package javax.xml instead of the new jakarta.xml package of Jakarta XML Binding in Jakarta EE. It seems ...
Jarad asked 11/3, 2021 at 9:57
6
Solved
I have dozens and dozens .xsd files that I want to auto-generate code for. A couple of the files have duplicate names that clash when I try to generate all of them at the same time.
I am focusing...
Jenifferjenilee asked 13/7, 2011 at 15:18
3
How can i fix 'java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'' error?
When I research the probl...
Photophobia asked 15/10, 2023 at 18:5
7
After executing mvn clean verify everything compiles properly with success, but also I get the following:
[WARNING] Plugin validation issues were detected in 7 plugin(s)
[WARNING]
[WARNING] * org....
Mcmillin asked 29/5, 2023 at 8:51
6
Solved
I get the titled error when I use jvmarguments in the pom file. I'm using mvnw command with the below plugin to enable debugging. If I remove the jvm argument, it works. But I want to enable remote...
Tippler asked 5/7, 2019 at 6:51
3
Solved
I want to execute the Maven Enforcer plugin via the command line.
I've tried:
mvn enforcer:enforce -Drules=[requireReleaseDeps]
mvn enforcer:enforce -Drules=requireReleaseDeps
I am always getti...
Switch asked 6/10, 2017 at 11:12
4
Solved
I am fairly new to Maven and pom.xml. Is there a way I can find out which of my dependencies that are outdated, so that I can update version numbers in my pom.xml.
In other languages, for instance...
Quezada asked 18/8, 2010 at 20:46
5
Jdk : JAVA 11
Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.2:descriptor (default-descriptor) on project buildtools: Execution default-descriptor of goal org.apache.maven.p...
Counterpunch asked 26/3, 2020 at 5:30
4
I get the following error
BUILD ERROR
Error occured in starting fork, check output in log
when using Maven 2.2.1 and Surefire plugin 2.11 while running junit test cases.
How can I fix it?
Griseous asked 16/2, 2012 at 23:18
2
Solved
I have written an web service definition as an OpenAPI document. The openapi-generator-maven-plugin I'm using always generates a whole project with poms and gradle build scripts, but I only need th...
Ottoottoman asked 8/4, 2021 at 6:17
2
Solved
I'm trying to make Maven call an ANT build for some legacy code. The ant build builds correctly through ant. However when I call it using the maven ant plugin, it fails with the following error:
[...
Pollock asked 10/1, 2011 at 8:51
3
Java, mvn tool, how to using mvn uninstall package? Have some plugin, tool, shell script and command method?
Floristic asked 13/7, 2020 at 12:56
6
Solved
while building a war file i am copying a set of jars from a location to a folder inside the war. While the files do get copied , however i think they get corrupted because the same class files of t...
Arrestment asked 29/5, 2012 at 11:0
4
When building my application on Jenkins using maven I am seeing the following error after running:
mvn clean install -q -U -T 1.5C -DskipTests -Dsvn.info.skip=true
Error:
** [ERROR] COMPILATIO...
Kresic asked 14/3, 2019 at 16:27
2
When I build my Spring boot project, it creates an target folder and
target/classes also, but it doesn't create any META-INF. I have also included dependency -
<plugin>
<groupId>org.ap...
Wolbrom asked 13/9, 2017 at 12:46
2
Solved
I've created a maven plugin to start, clean and stop a database. My project consists of a pom file with 4 modules:
<modules>
<module>infrastructure</module>
<module>domai...
Paratyphoid asked 18/5, 2011 at 7:3
2
I have a Maven project with multiple overlapping profiles. I want to display the active profiles at the beginning of every build. So I put the following into the pom.xml <build> section:
<...
Haplography asked 7/11, 2011 at 19:40
3
Currently, I am using Maven Tool to create a zip file of a downloaded folder from Github https://github.com/Saulis/teamcity-gerrit-trigger
The command that I use is
mvn [folder name]
However...
Surname asked 2/3, 2017 at 3:9
7
Solved
I would like to find out the values of all Maven properties as they apply to some Maven project.
mvn help:system lists OS environment variables and JVM system properties, but no Maven properties.
m...
Tempestuous asked 7/9, 2012 at 11:54
3
Is there a Maven plugin I can use to fail my build if the builder notices a file that is not encoded with UTF-8?
Mouthpiece asked 25/2, 2011 at 15:7
24
Solved
I have install maven in my machine. I have properly set the class-path and maven home folder. Every time I execute mvn clean install, it gives me exception. I have also tried to delete the .m2 fold...
Jeth asked 29/5, 2015 at 6:34
1
I'm trying to prototype a structure in which several @SpringBootApplications are segregated by means of their packaging namespaces, like so:
In Maven pom.xml, to build, I'm relying on profiles, as...
Somersomers asked 1/8, 2023 at 0:28
6
Solved
This used to work before I upgraded Jenkins to 1.494. Now I get this error in Jenkins when using the build promotion plugin to copy the war artifact to the snapshot repo:
ERROR: Failed to deploy ...
Potential asked 24/12, 2012 at 16:48
4
I recently upgraded the maven-source-plugin version in my project from 3.2.1 to 3.3.0 and now I am encountering the following error during the build process:
Failed to execute goal org.apache.mave...
Boarder asked 22/5, 2023 at 11:53
1 Next >
© 2022 - 2025 — McMap. All rights reserved.