Hi. 

Don't know if you solved this yet, but it worked for me just adding the
version tag to the plugin information, as below:

<plugin> 
        <groupId>com.sun.tools.xjc.maven2</groupId> 
        <artifactId>maven-jaxb-plugin</artifactId> 
        <version>1.0</version>
        <executions> 
          <execution> 
            <goals> 
              <goal>generate</goal> 
            </goals> 
          </execution> 
        </executions> 
      </plugin>
-- 
View this message in context: 
http://www.nabble.com/Maven2-versus-JAXB-tf1635682.html#a5104019
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to