Changeset 1696


Ignore:
Timestamp:
2010-08-26 13:48:00 (3 years ago)
Author:
mpo
Message:

fixes #359 which rightfully states that we don't need to deploy the artifacts in the samples

Location:
trunk/samples
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/samples/kauri-dbforms-sample/pom.xml

    r1684 r1696  
    5858        <artifactId>kauri-genclassloader-plugin</artifactId> 
    5959      </plugin> 
     60      <plugin> 
     61         <!-- no need for the sample artfifacts to get deployed --> 
     62         <artifactId>maven-deploy-plugin</artifactId> 
     63         <configuration> 
     64           <skip>true</skip> 
     65        </configuration> 
     66      </plugin> 
    6067    </plugins> 
    6168  </build> 
  • trunk/samples/kauri-dbresources-sample/pom.xml

    r1684 r1696  
    4646        <artifactId>kauri-genclassloader-plugin</artifactId> 
    4747      </plugin> 
     48      <plugin> 
     49         <!-- no need for the sample artfifacts to get deployed --> 
     50         <artifactId>maven-deploy-plugin</artifactId> 
     51         <configuration> 
     52           <skip>true</skip> 
     53        </configuration> 
     54      </plugin> 
    4855    </plugins> 
    4956  </build> 
  • trunk/samples/kauri-forms-sample/pom.xml

    r1684 r1696  
    8585        <artifactId>kauri-genclassloader-plugin</artifactId> 
    8686      </plugin> 
     87      <plugin> 
     88         <!-- no need for the sample artfifacts to get deployed --> 
     89         <artifactId>maven-deploy-plugin</artifactId> 
     90         <configuration> 
     91           <skip>true</skip> 
     92        </configuration> 
     93      </plugin> 
    8794    </plugins> 
    8895  </build> 
  • trunk/samples/kauri-i18n-sample/pom.xml

    r1684 r1696  
    3333        <artifactId>kauri-genclassloader-plugin</artifactId> 
    3434      </plugin> 
     35      <plugin> 
     36         <!-- no need for the sample artfifacts to get deployed --> 
     37         <artifactId>maven-deploy-plugin</artifactId> 
     38         <configuration> 
     39           <skip>true</skip> 
     40        </configuration> 
     41      </plugin> 
    3542    </plugins> 
    3643  </build> 
  • trunk/samples/kauri-representationbuilder-sample/pom.xml

    r1684 r1696  
    3737        <artifactId>kauri-genclassloader-plugin</artifactId> 
    3838      </plugin> 
     39      <plugin> 
     40         <!-- no need for the sample artfifacts to get deployed --> 
     41         <artifactId>maven-deploy-plugin</artifactId> 
     42         <configuration> 
     43           <skip>true</skip> 
     44        </configuration> 
     45      </plugin> 
    3946    </plugins> 
    4047  </build> 
  • trunk/samples/kauri-routing-sample/pom.xml

    r1684 r1696  
    4141        <artifactId>kauri-genclassloader-plugin</artifactId> 
    4242      </plugin> 
     43      <plugin> 
     44         <!-- no need for the sample artfifacts to get deployed --> 
     45         <artifactId>maven-deploy-plugin</artifactId> 
     46         <configuration> 
     47           <skip>true</skip> 
     48        </configuration> 
     49      </plugin> 
    4350    </plugins> 
    4451  </build> 
  • trunk/samples/kauri-runtime-sample/kauri-runtime-sample-index/pom.xml

    r1684 r1696  
    2525        <artifactId>kauri-genclassloader-plugin</artifactId> 
    2626      </plugin> 
     27      <plugin> 
     28         <!-- no need for the sample artfifacts to get deployed --> 
     29         <artifactId>maven-deploy-plugin</artifactId> 
     30         <configuration> 
     31           <skip>true</skip> 
     32        </configuration> 
     33      </plugin> 
    2734    </plugins> 
    2835  </build> 
  • trunk/samples/kauri-runtime-sample/kauri-runtime-sample-module1/pom.xml

    r1684 r1696  
    2929        <artifactId>kauri-genclassloader-plugin</artifactId> 
    3030      </plugin> 
     31      <plugin> 
     32         <!-- no need for the sample artfifacts to get deployed --> 
     33         <artifactId>maven-deploy-plugin</artifactId> 
     34         <configuration> 
     35           <skip>true</skip> 
     36        </configuration> 
     37      </plugin> 
    3138    </plugins> 
    3239  </build> 
  • trunk/samples/kauri-runtime-sample/kauri-runtime-sample-module2/pom.xml

    r1684 r1696  
    2929        <artifactId>kauri-genclassloader-plugin</artifactId> 
    3030      </plugin> 
     31      <plugin> 
     32         <!-- no need for the sample artfifacts to get deployed --> 
     33         <artifactId>maven-deploy-plugin</artifactId> 
     34         <configuration> 
     35           <skip>true</skip> 
     36        </configuration> 
     37      </plugin> 
    3138    </plugins> 
    3239  </build> 
  • trunk/samples/kauri-samples-common/pom.xml

    r1684 r1696  
    1515 
    1616  <build> 
     17    <plugins> 
     18      <plugin> 
     19         <!-- no need for the sample artfifacts to get deployed --> 
     20         <artifactId>maven-deploy-plugin</artifactId> 
     21         <configuration> 
     22           <skip>true</skip> 
     23        </configuration> 
     24      </plugin> 
     25    </plugins> 
    1726  </build> 
    1827</project> 
  • trunk/samples/kauri-security-sample/pom.xml

    r1684 r1696  
    3838        <artifactId>kauri-genclassloader-plugin</artifactId> 
    3939      </plugin> 
     40      <plugin> 
     41         <!-- no need for the sample artfifacts to get deployed --> 
     42         <artifactId>maven-deploy-plugin</artifactId> 
     43         <configuration> 
     44           <skip>true</skip> 
     45        </configuration> 
     46      </plugin> 
    4047    </plugins> 
    4148  </build> 
  • trunk/samples/kauri-template-sample/pom.xml

    r1684 r1696  
    3333        <artifactId>kauri-genclassloader-plugin</artifactId> 
    3434      </plugin> 
     35      <plugin> 
     36         <!-- no need for the sample artfifacts to get deployed --> 
     37         <artifactId>maven-deploy-plugin</artifactId> 
     38         <configuration> 
     39           <skip>true</skip> 
     40        </configuration> 
     41      </plugin> 
    3542    </plugins> 
    3643  </build> 
  • trunk/samples/kauri-tutorial-myblog/pom.xml

    r1684 r1696  
    5959    </pluginRepository> 
    6060  </pluginRepositories> 
     61 
     62  <distributionManagement> 
     63    <repository> 
     64      <id>fake</id> 
     65      <url>but needed to skip deploy anyway</url> 
     66    </repository> 
     67  </distributionManagement> 
    6168 
    6269  <dependencyManagement> 
     
    144151        </configuration> 
    145152      </plugin> 
     153      <plugin> 
     154         <!-- no need for the sample artfifacts to get deployed --> 
     155         <groupId>org.apache.maven.plugins</groupId> 
     156         <artifactId>maven-deploy-plugin</artifactId> 
     157         <version>2.4</version> 
     158         <configuration> 
     159           <skip>true</skip> 
     160        </configuration> 
     161      </plugin> 
    146162    </plugins> 
    147163  </build> 
Note: See TracChangeset for help on using the changeset viewer.