1
vote
2answers
15 views
How do I remove a Hudson Upstream Project relation?
I used to have one job, which I split into two. For some reason, the new split-off job treats the first as an Upstream Project. I'd like to remove this relation, but can't find the configuration for …
1
vote
2answers
42 views
Maven 2: How to package current project version in a WAR file?
I am using Maven 2 to build my Java project and I am looking for a way to present the current version number of the pom.xml to the user (using a Servlet or JSP for example).
As far as I can see, the …
0
votes
1answer
9 views
Debuging issue with maven, jetty and IDEA
I have problem with running jetty in debug and attaching IntelliJ IDEA to listening port.
mvnDebug jetty:run-exploded
will start jetty as I can see following message
Preparing to Execute Maven …
