maven-2
ClassNotFound exception while using the Maven Shade Plugin
I am trying to follow this link: http://maven.apache.org/plugins/maven-shade-plugin/examples.html I am new to Maven. I feel a bit out of depth trying to follow the example.[详细]
2023-04-03 15:41 分类:问答Coludn't find the following dependencies: com.sun.jmx:jmxri:jar:1.2.1 and com.sun.jdmk:jmxtools:jar:1.2.1
i am using maven 2 and i was not able to find the following dependencies: com.sun.jmx:jmxri:jar:1.2.1[详细]
2023-04-03 14:10 分类:问答How can I validate the pluginManagement section of my parent POM in Maven?
I use a project layout like the first one described in the accepted answer to this question.If my parent-pom is managed, built and deployed separate from my project POMs, how can I ensure the pluginMa[详细]
2023-04-03 12:50 分类:问答m2e in Eclipse Indigo no longer working
m2e is no longer working in my Eclipse Indigo. Nothing is printed to the Maven console, I can\'t download any sources and some dependencies won\'t be resolved.[详细]
2023-04-03 12:49 分类:问答Maven plugin development: is there a way to automatically run plugin when it's just declared in pom.xml?
I\'m developing a new mojo. It has only one goal so it seems logical not to force a user to add an executions section (if they don\'t want to change a default phase).[详细]
2023-04-03 09:35 分类:问答Java 6 Enterprise project (WAR) in Maven3 (Modules)
I have Java 6 Enterprise project (WAR) in Maven3 created base on http://www.sonatype.com/books/mvnex-book/reference/multimodule-web-spring.html[详细]
2023-04-03 02:47 分类:问答ADMA0176E PrivilegedActionException when publishing to IBM Websphere
I have a maven build of a multi module enterprise project. I am running WAS from RAD. In command prompt I ran[详细]
2023-04-02 19:22 分类:问答add src/it/java as test folder in intellij when opening project as pom.xml
I have a new test fodler called src/it/java (for integration tests). I added this to my pom.xml (in my simple example app)[详细]
2023-04-02 11:30 分类:问答Maven compilation dies with "Killed"
I am running a Maven2 compile of a large Java project on a linux virtual machine Compilation is failing with the following error \"compiled with -X for debugging\"[详细]
2023-04-02 10:32 分类:问答packaging large frequently changing data files with maven project
I am in the process of converting a legacy Ant project into a Maven project. Part of the project is a very large (~1.6GB) set of data files in a compressed binary format which are accessed in a random[详细]
2023-04-02 08:17 分类:问答