including java client classes (maven build app)

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Thu Jan 18 2007 - 12:56:13 EST

  • Next message: Michael Hast: "Missing required source folder: 'src'"

    Moin list,

    Inore this mail if

    - you're not using maven
    - your apps are not JavaClient / D2JavaClientApps.

    The default for JavaClientClasses has changed. They are not included
    in the WebServerResources.tar.gz per default

    To include them change your pom to set the
    'includeJavaClientClassesInWebServerResources'property to true.

    <build>
                     ........
                     <plugins>
                             <plugin>
                                      
    <groupId>org.objectstyle.woproject.maven2</groupId>
                                     <artifactId>maven-wolifecycle-
    plugin</artifactId>
                                     <extensions>true</extensions>
                                     <configuration>
                                             <readPatternsets>true</
    readPatternsets>
                                              <includeJavaClientClassesInWebServerResources>true</
    includeJavaClientClassesInWebServerResources>
                                     </configuration>
                             </plugin>
                     </plugins>
             </build>

    Uli



    This archive was generated by hypermail 2.0.0 : Thu Jan 18 2007 - 12:56:15 EST