I was able to generate Java classes from XSD using maven-jaxb2-plugin(0.6.0) with Maven 2.2.1 but now we have to migrate to Maven 3.0.3, but now we are not able to generate Java classes from same plugin and configuration. Does configuration or plugin
thinking is something quite silly, but I can't see it. I have some java which connects to an oracle database, within eclipse, I configured the buildpath to point to the ojdbc6.jar file and when I run inside Eclipse there are no issues. However when I
I am getting the error while running the below command while generating enunciate report mvn clean pre-site site:site site:stage -PskipQuality -DskipTests=true -U My pom.xml's enunciate plugin configuration below <plugin> <groupId>org.codehaus
I am letting Maven copy some dependency files into a specific location for a GWT proejct. The maven-dependency-plugin does the job and so far it works. The only Problem is that I'm getting an error from Eclipse that says: Artifact has not been packag
This is the error I am getting while doing 'mvn clean install' . No plugin found for prefix 'presto-docs' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/var/root/
I have written a java script test case with istanbul. Now I want to integrate it with maven build. Is it possible? If, then please provide me the steps how I can do this.
package com.shaun.spring.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @Configuration @ComponentScan("com.shaun.spring") @EnableTransactionManagement public clas
I ran maven dependency:tree on my module. Here is the snippet of this output. [INFO] +- org.springframework:spring-webmvc:jar:4.0.2.RELEASE:compile [INFO] | +- org.springframework:spring-beans:jar:4.0.2.RELEASE:compile [INFO] | +- org.springframework
I try to write a file upload program in Spring 4 MVC. But the following exception is constantly thrown. java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory I reviewed all the questions related to this issue and claim that th
I need to use these libraries https://github.com/openEHR/java-libs with netbeans and the installation guide tells to do: REQUIREMENTS: Java 1.6 or higher Maven 3.0.4 or higher INSTALATION INSTRUCTIONS: INSTALLATION: java-libs/mvn clean install I meet
I have three packages: Foo provides a certain API FooMySQL (depends on Foo) implements the Foo API using MySQL FooPostgreSQL (depends on Foo) implements the Foo API using PostgreSQL I have a bunch of junit tests, which should be run twice: once again
I am very new in Java Spring framework. I have created a custom bundle and want to deploy the jar/bundle in virgo server.But I am not able to successfully do so. Here is my template.mf file screen , where I have added the dependency Here is my java f
The plugin definition in consumer pom.xml is as follows: <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>process-remote-resources</id>
After setting up the project in intellij as a maven project like so .. I set up my pom.xml file with a basic structure ... <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:
I'm working on a simple JSF 2 application and I'm having trouble with the managed beans. I was getting errors saying that the bean cannot be found and when I looked at the war it didn't have any compiled beans. In my pom.xml I had the following: <pro
I've a gwt project with 2 maven modules: FE and BE, FE generates a war and has only gwt code BE generates a jar file and has only backend code i've also the parent pom. The FE pom has the BE dependency. The project works fine and from FE call async m
I have a project that has several sub projects inside it. Like the following. /Users/project/main-project .. main-project/sub-project-1 .. main-project/sub-project-2 .. main-project/sub-project-3 .. main-project/sub-project-4 How could I run mvn tomc
I am new to Springframework and I have recently started working with Spring boot. I have used Chris Henkel's tutorials on Sring with Angular js https://github.com/chrishenkel. I am building the same with spring boot. I keep on encountering this error
I imported the org.apache.commons:commons-email via the command ALT + SHIFT + CTRL + S Android Studio. The class identified without problems but I can't build the project PS: I went into the error directory and has only one activation- 1.1.1.jar file
I have created one plugin and feature project(for the plugin).I am using tycho (maven) to build it. i am able to build it successfully.Now I want to package into osgi bundle (plugin.jar, feature.jar,artifacts.jar,content.jar).For that, I am using p2-