0
votes
1answer
420 views

Spring Roo Jpa Setup fails, maven-eclipse-plugin issue?

I'm using spring roo version 1.2.3. Just a few days ago, the project creation with any package worked fine. But recently, if I create a project with WAR or POM packaging, then the Jpa Setup command ...
2
votes
1answer
233 views

exception deploying maven/spring app in vmware vfabric tc server

I had the same issue as here. I tried adding the Maven Dependencies in Deployment Assembly as suggested in the first answer, but then a lot more errors come up. It is not aknowledging the libraries. ...
0
votes
1answer
39 views

Maven 2 site generation, which web site has information on it [closed]

Can someone please tell me the best site to read up and find out everything I can do with Maven 2 site generation. I seen that maven can build a site for the project but I would like to learn all ...
0
votes
0answers
160 views

Javascript/css minification/aggregation in Spring,Freemarker,maven

I am trying to minify js and CSS for a spring project using the maven build tool. I can use YUI compressor plugin for this. So all the js files compress to files with "-min.js" suffix. I also want ...
1
vote
0answers
85 views

Custom maven plugin, spring and configuration file

I wrote a Maven plugin which instantiates a Spring context. I want to be able to configure the Spring context using a properties file in the project classpath. In the plugin context XML I have: ...
0
votes
2answers
624 views

Spring and Maven plugin installation issue; mvn; spring

i've a maven based project and i'm trying to import it to Spring source tool suite. I am getting the following error. Description Resource Path Location Type Could not calculate build plan: ...
1
vote
1answer
292 views

Why are Spring log messages listed as [ERROR] when there seem to be no errors?

I have a GWT/Spring application, building with Maven and the gwt-maven-plugin. When I run mvn gwt:run the gwt-maven-plugin runs the application and everything starts up and runs fine. What's ...
0
votes
1answer
430 views

tomcat can not find maven dependencies

A few hours ago I was working on my web application and it was working alright. But somehow a rather strange problem has started occurring and I am getting the following error: Nov 7, 2011 1:49:10 AM ...
0
votes
0answers
739 views

Android Maven Plugin does not work

I´m trying to run the android greenhouse client with the android maven plugin and I got the following execption while trying to execute mvn clean install: [ERROR] Failed to execute goal ...
1
vote
1answer
663 views

Import system properties to maven plugin's Spring context

I have in-house developed maven plugin(lets call it A) which uses spring IOC container and a maven project(call it B) that uses this plugin. I want to specify particular plugin configuration in B's ...