[cubby]/branches/2.0.x/cubby-project/cubby-dist/pom.xml
Parent Directory
|
Revision Log
Revision 1612 -
(hide annotations)
Fri May 1 08:22:33 2009 JST (4 years ago) by baba
File MIME type: text/plain
File size: 1148 byte(s)
Fri May 1 08:22:33 2009 JST (4 years ago) by baba
File MIME type: text/plain
File size: 1148 byte(s)
[maven-release-plugin] rollback the release of cubby-project-2.0.0-beta2
| 1 | agata | 441 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | baba | 1612 | <project |
| 3 | xmlns="http://maven.apache.org/POM/4.0.0" | ||
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| 5 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" | ||
| 6 | > | ||
| 7 | agata | 441 | <modelVersion>4.0.0</modelVersion> |
| 8 | |||
| 9 | <artifactId>cubby-dist</artifactId> | ||
| 10 | <packaging>pom</packaging> | ||
| 11 | <parent> | ||
| 12 | <groupId>org.seasar.cubby</groupId> | ||
| 13 | <artifactId>cubby-project</artifactId> | ||
| 14 | baba | 1612 | <version>2.0.0-beta2-SNAPSHOT</version> |
| 15 | agata | 441 | </parent> |
| 16 | |||
| 17 | <name>Cubby Distribution</name> | ||
| 18 | agata | 443 | |
| 19 | <build> | ||
| 20 | <plugins> | ||
| 21 | <plugin> | ||
| 22 | <artifactId>maven-antrun-plugin</artifactId> | ||
| 23 | <executions> | ||
| 24 | <execution> | ||
| 25 | <id>ant-dist</id> | ||
| 26 | <phase>site</phase> | ||
| 27 | <configuration> | ||
| 28 | <tasks> | ||
| 29 | <ant antfile="build.xml" target="dist"> | ||
| 30 | baba | 1612 | <property name="ver" value="${version}"/> |
| 31 | agata | 443 | </ant> |
| 32 | </tasks> | ||
| 33 | </configuration> | ||
| 34 | <goals> | ||
| 35 | <goal>run</goal> | ||
| 36 | </goals> | ||
| 37 | </execution> | ||
| 38 | </executions> | ||
| 39 | </plugin> | ||
| 40 | </plugins> | ||
| 41 | </build> | ||
| 42 | |||
| 43 | agata | 441 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

