Archive for the ‘java’ Category

I figured out a best practice to call a specific ant task within maven2 without integrating it into the lifecycle. This might be necessary if you want to access maven2 classpath variables or properties specified in pom.xml for your ant task. The task will run outside the lifecycle which means that it only runs by […]


Das neue Eclipse 3.3 in Verbindung mit der WTP 2.0, oder die neuen Eclipse-Packages (insbesondere das interessante Eclipse IDE for Java EE Developers) bieten Interessante Features für JavaEE-Entwickler. Doch bei der Zusammenarbeit des Server-Plugins mit Maven2-basieren Projekten muss einiges beachtet werden: 1. /src/main/webapp als WebContent-Root für Web-Projekte einrichten Eclipse 3.3 hat leider einen Bug beim […]