[cubby]/branches/2.0.x/cubby-project/cubby-s2/pom.xml
Parent Directory
|
Revision Log
Revision 1627 -
(hide annotations)
Fri May 1 08:53:16 2009 JST (4 years, 1 month ago) by baba
File MIME type: text/plain
File size: 4276 byte(s)
Fri May 1 08:53:16 2009 JST (4 years, 1 month ago) by baba
File MIME type: text/plain
File size: 4276 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.0-beta2
| 1 | baba | 1287 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | baba | 1627 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | baba | 1287 | <parent> |
| 4 | <artifactId>cubby-project</artifactId> | ||
| 5 | <groupId>org.seasar.cubby</groupId> | ||
| 6 | baba | 1627 | <version>2.0.0-beta2</version> |
| 7 | baba | 1287 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> | ||
| 9 | <artifactId>cubby-s2</artifactId> | ||
| 10 | <packaging>jar</packaging> | ||
| 11 | <name>Cubby Seasar2 Plugin</name> | ||
| 12 | <build> | ||
| 13 | <plugins> | ||
| 14 | <plugin> | ||
| 15 | <groupId>org.apache.maven.plugins</groupId> | ||
| 16 | <artifactId>maven-eclipse-plugin</artifactId> | ||
| 17 | <configuration> | ||
| 18 | <downloadSources>true</downloadSources> | ||
| 19 | <downloadJavadocs>true</downloadJavadocs> | ||
| 20 | <additionalBuildcommands> | ||
| 21 | <buildCommand> | ||
| 22 | <name>org.seasar.kijimuna.core.builder</name> | ||
| 23 | <arguments> | ||
| 24 | </arguments> | ||
| 25 | </buildCommand> | ||
| 26 | <buildCommand> | ||
| 27 | <name>org.seasar.kijimuna.core.validator</name> | ||
| 28 | <arguments> | ||
| 29 | </arguments> | ||
| 30 | </buildCommand> | ||
| 31 | </additionalBuildcommands> | ||
| 32 | <additionalProjectnatures> | ||
| 33 | <projectnature>org.seasar.kijimuna.core.nature</projectnature> | ||
| 34 | </additionalProjectnatures> | ||
| 35 | </configuration> | ||
| 36 | </plugin> | ||
| 37 | </plugins> | ||
| 38 | </build> | ||
| 39 | <dependencies> | ||
| 40 | <dependency> | ||
| 41 | <groupId>junit</groupId> | ||
| 42 | <artifactId>junit</artifactId> | ||
| 43 | baba | 1359 | <version>4.5</version> |
| 44 | baba | 1287 | <scope>provided</scope> |
| 45 | </dependency> | ||
| 46 | <dependency> | ||
| 47 | <groupId>org.apache.geronimo.specs</groupId> | ||
| 48 | baba | 1409 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 49 | <version>1.2</version> | ||
| 50 | baba | 1287 | <scope>provided</scope> |
| 51 | </dependency> | ||
| 52 | <dependency> | ||
| 53 | baba | 1409 | <groupId>org.apache.geronimo.specs</groupId> |
| 54 | <artifactId>geronimo-jsp_2.1_spec</artifactId> | ||
| 55 | <version>1.0.1</version> | ||
| 56 | <scope>provided</scope> | ||
| 57 | </dependency> | ||
| 58 | <dependency> | ||
| 59 | <groupId>org.apache.geronimo.specs</groupId> | ||
| 60 | <artifactId>geronimo-el_1.0_spec</artifactId> | ||
| 61 | <version>1.0.1</version> | ||
| 62 | <scope>provided</scope> | ||
| 63 | </dependency> | ||
| 64 | <dependency> | ||
| 65 | baba | 1287 | <groupId>org.seasar.cubby</groupId> |
| 66 | <artifactId>cubby</artifactId> | ||
| 67 | baba | 1627 | <version>2.0.0-beta2</version> |
| 68 | baba | 1287 | </dependency> |
| 69 | <dependency> | ||
| 70 | baba | 1425 | <groupId>org.seasar.cubby</groupId> |
| 71 | <artifactId>cubby-unit</artifactId> | ||
| 72 | baba | 1627 | <version>2.0.0-beta2</version> |
| 73 | baba | 1425 | </dependency> |
| 74 | <dependency> | ||
| 75 | baba | 1287 | <groupId>org.seasar.container</groupId> |
| 76 | <artifactId>s2-framework</artifactId> | ||
| 77 | baba | 1421 | <version>2.4.34</version> |
| 78 | baba | 1287 | <exclusions> |
| 79 | <exclusion> | ||
| 80 | <groupId>commons-logging</groupId> | ||
| 81 | <artifactId>commons-logging</artifactId> | ||
| 82 | </exclusion> | ||
| 83 | <exclusion> | ||
| 84 | <groupId>log4j</groupId> | ||
| 85 | <artifactId>log4j</artifactId> | ||
| 86 | </exclusion> | ||
| 87 | </exclusions> | ||
| 88 | </dependency> | ||
| 89 | <dependency> | ||
| 90 | <groupId>org.seasar.container</groupId> | ||
| 91 | <artifactId>s2-extension</artifactId> | ||
| 92 | baba | 1421 | <version>2.4.34</version> |
| 93 | baba | 1287 | <exclusions> |
| 94 | <exclusion> | ||
| 95 | <groupId>log4j</groupId> | ||
| 96 | <artifactId>log4j</artifactId> | ||
| 97 | </exclusion> | ||
| 98 | </exclusions> | ||
| 99 | </dependency> | ||
| 100 | <dependency> | ||
| 101 | <groupId>org.seasar.container</groupId> | ||
| 102 | <artifactId>s2-tiger</artifactId> | ||
| 103 | baba | 1421 | <version>2.4.34</version> |
| 104 | baba | 1287 | <exclusions> |
| 105 | <exclusion> | ||
| 106 | <groupId>log4j</groupId> | ||
| 107 | <artifactId>log4j</artifactId> | ||
| 108 | </exclusion> | ||
| 109 | </exclusions> | ||
| 110 | </dependency> | ||
| 111 | <dependency> | ||
| 112 | <groupId>org.slf4j</groupId> | ||
| 113 | <artifactId>slf4j-api</artifactId> | ||
| 114 | baba | 1359 | <version>1.5.6</version> |
| 115 | baba | 1287 | </dependency> |
| 116 | <dependency> | ||
| 117 | <groupId>org.slf4j</groupId> | ||
| 118 | <artifactId>jcl-over-slf4j</artifactId> | ||
| 119 | baba | 1359 | <version>1.5.6</version> |
| 120 | baba | 1287 | <scope>test</scope> |
| 121 | </dependency> | ||
| 122 | <dependency> | ||
| 123 | <groupId>ch.qos.logback</groupId> | ||
| 124 | <artifactId>logback-core</artifactId> | ||
| 125 | baba | 1425 | <version>0.9.15</version> |
| 126 | baba | 1287 | <scope>test</scope> |
| 127 | </dependency> | ||
| 128 | <dependency> | ||
| 129 | <groupId>ch.qos.logback</groupId> | ||
| 130 | <artifactId>logback-classic</artifactId> | ||
| 131 | baba | 1425 | <version>0.9.15</version> |
| 132 | baba | 1287 | <scope>test</scope> |
| 133 | </dependency> | ||
| 134 | </dependencies> | ||
| 135 | </project> |
Properties
| Name | Value |
|---|---|
| svn:mime-type | text/plain |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

