I am using xmlbeans to generate some Java classes I am using Maven 3 in my project I have included dependency and plug-in details as shown below.
& lt; Plugin & gt; & Lt; Group & gt; Org.codehaus.mojo & lt; / Group & gt; & Lt; ArtifactId & gt; Xmlbeans-Maven-plugin & lt; / ArtifactId> & Lt; Version & gt; 2.3.3 & lt; / Edition & gt; & Lt; Hanging & gt; & Lt; Execution & gt; & Lt; Goals & gt; & Lt; Goal & gt; Xmlbeans & lt; / Target & gt; & Lt; / Targets & gt; & Lt; / Execution & gt; & Lt; / Hanging & gt; & Lt; Inherited & gt; True & lt; / Inherited & gt; & Lt; Configuration & gt; & Lt; SchemaDirectory & gt; Src / home / XSD & lt; / SchemaDirectory & gt; & Lt; / Configuration & gt; & Lt; / Plugin & gt; When I run a clean package target, I get compiler errors because the classes using XML-derived reference are not available in the cell spaces. This is because the xmlbeans classes are not compiled into the correct directory structure. Rather it only places target \ classes \ aseXMLR30 (where this formal structure should be formerly: com.ex.first)
I have read and read many blogs, I have not found anything! Any answer / answer is really appreciated!
I know that this question is 4 months old but if you and / or others still have a solution Are looking for, may be able to provide a signal.
Basically, what does it say that all the references to org.maven.ide.eclipse will be replaced by org.eclipse.m2e . This . Launch refers to files, but to stay on the secure side is repeated through only your eclipse directory and projects.
Comments
Post a Comment