My projects UI is built using Flex4.1..I am using maven2 and trying to figure out which flex-mojo version should I use for compiling.
I tried to make project by selecting Archtype Web Application from Eclipse create new maven project. But when I created a new java Class to project sources folder, it didn\'t contain packacge name in
I recently set up a j2ee development environment under Ubuntu: Eclipse (Helios) with the maven plugin (m2eclipse).
I have project that I\'m now starting as Maven project, but for some reason it is not working. Here is my pom.xml:
I have a library A, which depends on the libraries B and C. I unpack the libraries classes of B and C into the jar for library A using the maven-dependency-plugin (see below).
We have a bunch of maven2 projects in Hudson, all set to Poll SCM at the same time. The problem is that there doesn\'t seem to be an order in the way it polls and builds the projects.
I use eclipse and the maven plugin. I have a big multi-module project (~6 modules in the workspace). I often have the problem that when running my program (jetty:run) my application does not start bec
I\'d like to generate liquibase\'s dbdoc as part of my maven site build, but I cannot figure out how to do this. My thoughts were to add maven-antrun-plugin to the reporting section of the pom, but I
I have Maven2 war project built, I\'m using the cargo start plugin, and it works great for deploying the web app.To run the maven command, I use a .bat file in my workspace, and I have en external run
I have one main and one test config file which is shared by several maven projects. While testing, I am specifying the classpath to the directory where the test config file is.