pom.xml
Maven project. Two POMs, one for dev, one for publishing
I am working on a library that uses Maven. The current pom.xml file has a lot of stuff related to tests, reports, etc.[详细]
2023-03-06 22:28 分类:问答Running a maven plugin only in the parent
I\'ve created a maven plugin to start, clean and stop a database. My project consists of a pom file with 4 modules:[详细]
2023-03-06 21:34 分类:问答How to use a maven 1 repository with maven 2?
I am having problem building my project (using maven 2) which references some jars from a maven 1 repository.[详细]
2023-03-06 12:07 分类:问答Eclipse | Maven : Multiple annotations found at this line
I\'m trying to import a maven project into Eclipse. I\'m using Helios. I\'ve downloaded m2eclipse. I\'ve imported the project.[详细]
2023-03-06 02:45 分类:问答Cannot find class from jar in maven plugin
I\'m making a maven plugin to start, stop and clear a database. I\'m using hsqldb for it.I have a class (called ServerStart) to start the database:[详细]
2023-03-06 00:12 分类:问答Using war excludes in the pom.xml
The maven documentation for this 开发者_开发问答has to be wrong. Here are the various permutations I have tried with all failing to exclude the file:[详细]
2023-03-05 19:11 分类:问答Multiple Dependency Scopes in POM
I have a开发者_如何学Python dependency in my POM that needs to be set to \"provided\" so it is not included at compilation, but it can still be referenced within my project. I would like the same depe[详细]
2023-03-03 19:57 分类:问答Maven build a WAR file but build a JAR file first
I have two Maven Projects in Eclipse, both with their own POM. Project A creates a JAR file. Project B creates a WAR file.[详细]
2023-02-28 03:50 分类:问答Issue in associating simple java project with sonar-eclipse
I was trying to analyze a simple java project using sonar. Following are the things I have done so far:[详细]
2023-02-27 04:18 分类:问答Build aggregator pom for multi module project, with a profile for sub-module
I have a multi-module project as follows --- Module A ( builds war ) --- Module B --- Module C To build the the multi-module project, I have a aggregator POM that defines the mo开发者_如何学JAVAdules[详细]
2023-02-22 05:21 分类:问答