Changeset 6042

Show
Ignore:
Timestamp:
11/03/11 17:42:35 (7 months ago)
Author:
mtld
Message:

remove deprecated webapp generate goal

Location:
trunk
Files:
15 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-editor/pustefix-editor-webui/pom.xml

    r6013 r6042  
    1919  <build> 
    2020    <plugins>  
    21       <plugin> 
    22         <groupId>org.pustefixframework.maven.plugins</groupId> 
    23         <artifactId>pustefix-webapp-plugin</artifactId> 
    24         <version>0.18.2-SNAPSHOT</version> 
    25         <executions> 
    26           <execution> 
    27             <goals> 
    28               <goal>generate</goal> 
    29             </goals> 
    30           </execution> 
    31         </executions> 
    32       </plugin> 
    3321      <plugin> 
    3422        <groupId>org.pustefixframework.maven.plugins</groupId> 
  • trunk/pustefix-samples/moduletest/pom.xml

    r6013 r6042  
    4646          <target>1.5</target> 
    4747        </configuration> 
    48       </plugin> 
    49       <plugin> 
    50         <groupId>org.pustefixframework.maven.plugins</groupId> 
    51         <artifactId>pustefix-webapp-plugin</artifactId> 
    52         <version>0.18.2-SNAPSHOT</version> 
    53         <executions> 
    54           <execution> 
    55             <goals> 
    56               <goal>generate</goal> 
    57             </goals> 
    58           </execution> 
    59         </executions> 
    6048      </plugin> 
    6149      <plugin> 
  • trunk/pustefix-samples/pustefix-cditest/pom.xml

    r6020 r6042  
    7979          <execution> 
    8080            <goals> 
    81               <goal>generate</goal> 
    8281              <goal>merge-statusmessages</goal> 
    8382            </goals> 
  • trunk/pustefix-samples/pustefix-hangman/pom.xml

    r6013 r6042  
    7373          <execution> 
    7474            <goals> 
    75               <goal>generate</goal> 
    7675              <goal>merge-statusmessages</goal> 
    7776            </goals> 
  • trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-webapp/pom.xml

    r6013 r6042  
    1818 
    1919  <properties> 
    20     <pustefix.version>0.18.1</pustefix.version> 
     20    <pustefix.version>0.18.2-SNAPSHOT</pustefix.version> 
    2121    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 
    2222  </properties> 
     
    6262        </configuration> 
    6363      </plugin> 
    64       <plugin> 
    65         <groupId>org.pustefixframework.maven.plugins</groupId> 
    66         <artifactId>pustefix-webapp-plugin</artifactId> 
    67         <version>0.18.2-SNAPSHOT</version> 
    68         <executions> 
    69           <execution> 
    70             <goals> 
    71               <goal>generate</goal> 
    72             </goals> 
    73           </execution> 
    74         </executions> 
    75       </plugin> 
    7664    </plugins> 
    7765  </build> 
  • trunk/pustefix-samples/pustefix-numberguess/pom.xml

    r6013 r6042  
    3232          <execution> 
    3333            <goals> 
    34               <goal>generate</goal> 
    3534              <goal>merge-statusmessages</goal> 
    3635            </goals> 
  • trunk/pustefix-samples/pustefix-sample-basic/pom.xml

    r6013 r6042  
    4848          <execution> 
    4949            <goals> 
    50               <goal>generate</goal> 
    5150              <goal>merge-statusmessages</goal> 
    5251            </goals> 
  • trunk/pustefix-samples/pustefix-sample-firstapp/pom.xml

    r6013 r6042  
    2727      <plugin> 
    2828        <groupId>org.pustefixframework.maven.plugins</groupId> 
    29         <artifactId>pustefix-webapp-plugin</artifactId> 
    30         <version>0.18.2-SNAPSHOT</version> 
    31         <executions> 
    32           <execution> 
    33             <goals> 
    34               <goal>generate</goal> 
    35             </goals> 
    36           </execution> 
    37         </executions> 
    38       </plugin> 
    39       <plugin> 
    40         <groupId>org.pustefixframework.maven.plugins</groupId> 
    4129        <artifactId>pustefix-statuscode-plugin</artifactId> 
    4230        <version>0.18.2-SNAPSHOT</version> 
  • trunk/pustefix-samples/pustefix-sample1/pom.xml

    r6013 r6042  
    100100          <execution> 
    101101            <goals> 
    102               <goal>generate</goal> 
    103102              <goal>merge-statusmessages</goal> 
    104103            </goals> 
  • trunk/pustefix-samples/pustefix-samplebank/pom.xml

    r6013 r6042  
    4444      <plugin> 
    4545        <groupId>org.pustefixframework.maven.plugins</groupId> 
    46         <artifactId>pustefix-webapp-plugin</artifactId> 
    47         <version>0.18.2-SNAPSHOT</version> 
    48         <executions> 
    49           <execution> 
    50             <goals> 
    51               <goal>generate</goal> 
    52             </goals> 
    53           </execution> 
    54         </executions> 
    55       </plugin> 
    56       <plugin> 
    57         <groupId>org.pustefixframework.maven.plugins</groupId> 
    5846        <artifactId>pustefix-statuscode-plugin</artifactId> 
    5947        <version>0.18.2-SNAPSHOT</version> 
  • trunk/pustefix-samples/pustefix-testsuite/pom.xml

    r6013 r6042  
    4444      <plugin> 
    4545        <groupId>org.pustefixframework.maven.plugins</groupId> 
    46         <artifactId>pustefix-webapp-plugin</artifactId> 
    47         <version>0.18.2-SNAPSHOT</version> 
    48         <executions> 
    49           <execution> 
    50             <goals> 
    51               <goal>generate</goal> 
    52             </goals> 
    53           </execution> 
    54         </executions> 
    55       </plugin> 
    56       <plugin> 
    57         <groupId>org.pustefixframework.maven.plugins</groupId> 
    5846        <artifactId>pustefix-statuscode-plugin</artifactId> 
    5947        <version>0.18.2-SNAPSHOT</version> 
  • trunk/pustefix-samples/pustefix-webservice/pom.xml

    r6013 r6042  
    5858  
    5959  <build> 
    60     <plugins>  
     60    <plugins> 
     61<!-- 
    6162      <plugin> 
    6263        <groupId>org.pustefixframework.maven.plugins</groupId> 
     
    7172        </executions> 
    7273      </plugin> 
     74--> 
    7375      <plugin> 
    7476        <groupId>org.pustefixframework.maven.plugins</groupId> 
  • trunk/pustefix-tutorial/ajax-calculator/pom.xml

    r6013 r6042  
    6060          <execution> 
    6161            <goals> 
    62               <goal>generate</goal> 
    6362              <goal>merge-statusmessages</goal> 
    6463            </goals> 
  • trunk/pustefix-tutorial/first-app/pom.xml

    r6013 r6042  
    5050          <execution> 
    5151            <goals> 
    52               <goal>generate</goal> 
    5352              <goal>merge-statusmessages</goal> 
    5453            </goals> 
  • trunk/pustefix-tutorial/usermanagement/pom.xml

    r6013 r6042  
    5050          <execution> 
    5151            <goals> 
    52               <goal>generate</goal> 
    5352              <goal>merge-statusmessages</goal> 
    5453            </goals>