maven-2
Can Maven (jar/war) packaging be avoided if there are no source file changes?
I would like to be able to intelligently decide whether a web application has changed开发者_Go百科 and needs to be redeployed, but can\'t determine an effective way of doing so with Maven2.[详细]
2023-04-01 16:36 分类:问答Maven: Trouble deploying third party JAR to a remote repository
I\'m using Maven 3.I\'m trying to deploy a third party artifact to a remote repository but am getting a strange error.The command I\'m using to deploy is[详细]
2023-04-01 10:08 分类:问答excluding some classes from web-inf/classes
I u开发者_C百科se maven-war-plugin to build WAR, and I need to exclude several WAR classes from web-inf/classes (that\'s GWT classes, they shouldn\'t get to server deployment).[详细]
2023-04-01 07:55 分类:问答Giving arguments to maven resources goal from eclipse
I\'m using the Maven2 and Tomcat plugins for eclipse for a java project that gets deployed as a Tomcat app. I have several Run Configurations for a different goals, but I have one in particular that d[详细]
2023-04-01 02:41 分类:问答Maven 2 - 'mvn test' does not find internal project plugin dependency
I have a multi-module maven project (maven 2.2.1). One of the module is a maven plugin. This plugin is bound to the compile phase of another module, and added as a direct dependency to trigger correc[详细]
2023-03-31 18:36 分类:问答Maven is looking in the wrong directory for the Android tools - how can I correct this?
I\'ve been following the instructions here - I want to build the helloworld.apk, and generally get started with Android/Maven development.[详细]
2023-03-31 17:39 分类:问答selective build with maven
I have maven con开发者_开发百科figured for my java project to build single jar with all the classes. Is it possible to select certain classes and build a separate jar out of them?On the usage page of[详细]
2023-03-31 17:39 分类:问答M2Eclipse crashes Eclipse: java heap space
I have installed M2Eclipse plugin for maven , but after installing plugin when i tried to proceed then eclipse shows error\'s and get crashed,slow or hanged.[详细]
2023-03-31 14:21 分类:问答Getting start with Maven
I am very new to Maven.I have installed the maven on my local machine. After installation for trial basis i was trying to execute mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes[详细]
2023-03-31 11:08 分类:问答How can I create local Maven repository for my own libraries?
I need to have my own libraries in Maven repository, and I only need these my own libraries (about 2-7 libs). Is it possible to开发者_JS百科 copy these jars to some local folder and then use that as r[详细]
2023-03-31 09:37 分类:问答