Project

General

Profile

« Previous | Next » 

Revision 5909ec82

Added by Andreas Kohlbecker over 8 years ago

disabling automatic execution of the jaxb2 maven plugin

View differences:

pom.xml
282 282
          <execution>
283 283
            <!-- Generates Java sources from XML Schema(s) and binding file(s)
284 284
              using the JAXB Binding Compiler (XJC) -->
285
            <!-- 
286
                 setting the phase to pre-clean we effectively disable this 
287
                 execution since a site is not generated for this project. 
288
                 Thus the jaxb2 plugin must be executed explicitely by:
289
                 mvn jaxb2:generate
290
            -->  
291
            <phase>post-site</phase>
285 292
            <goals>
286 293
              <goal>generate</goal>
287 294
            </goals>

Also available in: Unified diff