Changeset 1696
- Timestamp:
- 2010-08-26 13:48:00 (3 years ago)
- Location:
- trunk/samples
- Files:
-
- 13 edited
-
kauri-dbforms-sample/pom.xml (modified) (1 diff)
-
kauri-dbresources-sample/pom.xml (modified) (1 diff)
-
kauri-forms-sample/pom.xml (modified) (1 diff)
-
kauri-i18n-sample/pom.xml (modified) (1 diff)
-
kauri-representationbuilder-sample/pom.xml (modified) (1 diff)
-
kauri-routing-sample/pom.xml (modified) (1 diff)
-
kauri-runtime-sample/kauri-runtime-sample-index/pom.xml (modified) (1 diff)
-
kauri-runtime-sample/kauri-runtime-sample-module1/pom.xml (modified) (1 diff)
-
kauri-runtime-sample/kauri-runtime-sample-module2/pom.xml (modified) (1 diff)
-
kauri-samples-common/pom.xml (modified) (1 diff)
-
kauri-security-sample/pom.xml (modified) (1 diff)
-
kauri-template-sample/pom.xml (modified) (1 diff)
-
kauri-tutorial-myblog/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-dbforms-sample/pom.xml
r1684 r1696 58 58 <artifactId>kauri-genclassloader-plugin</artifactId> 59 59 </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> 60 67 </plugins> 61 68 </build> -
trunk/samples/kauri-dbresources-sample/pom.xml
r1684 r1696 46 46 <artifactId>kauri-genclassloader-plugin</artifactId> 47 47 </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> 48 55 </plugins> 49 56 </build> -
trunk/samples/kauri-forms-sample/pom.xml
r1684 r1696 85 85 <artifactId>kauri-genclassloader-plugin</artifactId> 86 86 </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> 87 94 </plugins> 88 95 </build> -
trunk/samples/kauri-i18n-sample/pom.xml
r1684 r1696 33 33 <artifactId>kauri-genclassloader-plugin</artifactId> 34 34 </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> 35 42 </plugins> 36 43 </build> -
trunk/samples/kauri-representationbuilder-sample/pom.xml
r1684 r1696 37 37 <artifactId>kauri-genclassloader-plugin</artifactId> 38 38 </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> 39 46 </plugins> 40 47 </build> -
trunk/samples/kauri-routing-sample/pom.xml
r1684 r1696 41 41 <artifactId>kauri-genclassloader-plugin</artifactId> 42 42 </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> 43 50 </plugins> 44 51 </build> -
trunk/samples/kauri-runtime-sample/kauri-runtime-sample-index/pom.xml
r1684 r1696 25 25 <artifactId>kauri-genclassloader-plugin</artifactId> 26 26 </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> 27 34 </plugins> 28 35 </build> -
trunk/samples/kauri-runtime-sample/kauri-runtime-sample-module1/pom.xml
r1684 r1696 29 29 <artifactId>kauri-genclassloader-plugin</artifactId> 30 30 </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> 31 38 </plugins> 32 39 </build> -
trunk/samples/kauri-runtime-sample/kauri-runtime-sample-module2/pom.xml
r1684 r1696 29 29 <artifactId>kauri-genclassloader-plugin</artifactId> 30 30 </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> 31 38 </plugins> 32 39 </build> -
trunk/samples/kauri-samples-common/pom.xml
r1684 r1696 15 15 16 16 <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> 17 26 </build> 18 27 </project> -
trunk/samples/kauri-security-sample/pom.xml
r1684 r1696 38 38 <artifactId>kauri-genclassloader-plugin</artifactId> 39 39 </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> 40 47 </plugins> 41 48 </build> -
trunk/samples/kauri-template-sample/pom.xml
r1684 r1696 33 33 <artifactId>kauri-genclassloader-plugin</artifactId> 34 34 </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> 35 42 </plugins> 36 43 </build> -
trunk/samples/kauri-tutorial-myblog/pom.xml
r1684 r1696 59 59 </pluginRepository> 60 60 </pluginRepositories> 61 62 <distributionManagement> 63 <repository> 64 <id>fake</id> 65 <url>but needed to skip deploy anyway</url> 66 </repository> 67 </distributionManagement> 61 68 62 69 <dependencyManagement> … … 144 151 </configuration> 145 152 </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> 146 162 </plugins> 147 163 </build>
Note: See TracChangeset
for help on using the changeset viewer.