pom.xml
Specify JDK for Maven to use
I am trying to build a Hudson plugin I\'ve modified and it requires jdk1.6. This is fine, but I don\'t see how I can tell maven where the different jdk is. I\'ve found few mentions on the internet but[详细]
2022-12-24 22:39 分类:问答Maven, how to add additional libs not available in repo
I have a maven project that has a set of library dependancies that are not available via any maven repository.How can I add th开发者_开发百科ose libraries to the pom? I want to do this so when I run \[详细]
2022-12-24 01:25 分类:问答Maven2 applying filtering to the file under pom type packaging
I am new to maven. I want to use filtering in a multimodule project. The packaging type of the parent pom is set to pom. The structure of the project is as follows:[详细]
2022-12-22 13:51 分类:问答Does maven reusable resource project possible?
Is there any ability to build maven artifact which will contain only resources but no sources and which can be reused by other projects?[详细]
2022-12-21 12:09 分类:问答How to make maven site build the correct links to the project modules
I have a maven multimodule project when I try to build the site, it creates the links in the main page with the module name, but the href points to http://maven.apache.com[详细]
2022-12-20 15:53 分类:问答Is packaging type 'pom' needed when not using project aggregation (multimodule)?
I want to inherit the dependencies of a (parent) pom.xml in a child project in Maven 2.2.1; i.e. use project inheritance. It seems it is necessary to change the default packaging type from jar to pom[详细]
2022-12-19 15:14 分类:问答Is there a Java Class that generates a POM.xml file?
In my job project I have recently been asked to generate POM files via a java class. The problem is that I am very, very new to Maven (like since last December).[详细]
2022-12-18 04:51 分类:问答Creating ANT script to deploy to glassfish, run junit tests and then un-deploy
Hey guys, I have a j2ee app which I am building with Netbeans.My task is to modify the build.xml so that after the app builds, ANT deploys开发者_StackOverflow the app to a server, runs Junit tasks on[详细]
2022-12-17 17:00 分类:问答Dynamically size javascript popup based on embedded swf size
I am embedding a swf in a popup window using javascript\'s window.open function.I am currently passing in static values for the po开发者_开发知识库pup\'s height and width corresponding to the height a[详细]
2022-12-16 21:07 分类:问答Maven warning "Overriding profile: 'null'..."
What are possible causes of the following maven warning: Overriding profile: \'null\' (source: pom) with new instance from source: pom[详细]
2022-12-16 08:53 分类:问答