[cubby]/branches/2.0.x/cubby-project/pom.xml
Parent Directory
|
Revision Log
|
Patch
| revision 1509 by baba, Thu Apr 16 20:18:57 2009 JST | revision 1523 by baba, Sun Apr 19 21:55:53 2009 JST | |
|---|---|---|
| # | Line 125 | Line 125 |
| 125 | <artifactId>maven-release-plugin</artifactId> | <artifactId>maven-release-plugin</artifactId> |
| 126 | <configuration> | <configuration> |
| 127 | <tagBase>https://www.seasar.org/svn/cubby/tags/</tagBase> | <tagBase>https://www.seasar.org/svn/cubby/tags/</tagBase> |
| 128 | <goals>clean,deploy,site-deploy</goals> | <goals>clean,install,animal-sniffer:check,deploy,site-deploy</goals> |
| 129 | </configuration> | </configuration> |
| 130 | </plugin> | </plugin> |
| 131 | <plugin> | <plugin> |
| # | Line 289 org.eclipse.jdt.ui.text.custom_code_temp | Line 289 org.eclipse.jdt.ui.text.custom_code_temp |
| 289 | </headerDefinitions> | </headerDefinitions> |
| 290 | </configuration> | </configuration> |
| 291 | </plugin> | </plugin> |
| 292 | <plugin> | |
| 293 | <!-- make sure our code doesn't have 1.6 dependencies except where we know it --> | |
| 294 | <groupId>org.jvnet</groupId> | |
| 295 | <artifactId>animal-sniffer</artifactId> | |
| 296 | <configuration> | |
| 297 | <signature> | |
| 298 | <groupId>org.jvnet.animal-sniffer</groupId> | |
| 299 | <artifactId>java1.5</artifactId> | |
| 300 | <version>1.0</version> | |
| 301 | </signature> | |
| 302 | </configuration> | |
| 303 | </plugin> | |
| 304 | </plugins> | </plugins> |
| 305 | <extensions> | <extensions> |
| 306 | <extension> | <extension> |
| # | Line 309 org.eclipse.jdt.ui.text.custom_code_temp | Line 321 org.eclipse.jdt.ui.text.custom_code_temp |
| 321 | <name>The Seasar Foundation Maven2 Snapshot Repository</name> | <name>The Seasar Foundation Maven2 Snapshot Repository</name> |
| 322 | <url>http://maven.seasar.org/maven2-snapshot</url> | <url>http://maven.seasar.org/maven2-snapshot</url> |
| 323 | </repository> | </repository> |
| 324 | <repository> | |
| 325 | <id>maven2-repository.dev.java.net</id> | |
| 326 | <name>Java.net Repository for Maven</name> | |
| 327 | <url>http://download.java.net/maven/2/</url> | |
| 328 | </repository> | |
| 329 | </repositories> | </repositories> |
| 330 | <pluginRepositories> | <pluginRepositories> |
| 331 | <pluginRepository> | <pluginRepository> |
| # | Line 322 org.eclipse.jdt.ui.text.custom_code_temp | Line 339 org.eclipse.jdt.ui.text.custom_code_temp |
| 339 | <enabled>true</enabled> | <enabled>true</enabled> |
| 340 | </releases> | </releases> |
| 341 | </pluginRepository> | </pluginRepository> |
| 342 | <pluginRepository> | |
| 343 | <id>maven2-repository.dev.java.net</id> | |
| 344 | <name>Java.net Repository for Maven</name> | |
| 345 | <url>http://download.java.net/maven/2/</url> | |
| 346 | </pluginRepository> | |
| 347 | </pluginRepositories> | </pluginRepositories> |
| 348 | <reporting> | <reporting> |
| 349 | <plugins> | <plugins> |
|
||||||||
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

