[sandbox.cms]/trunk/mailsender/pom.xml
Parent Directory
|
Revision Log
Revision 972 -
(show annotations)
Tue Feb 10 20:01:47 2009 JST (4 years, 3 months ago) by skirnir
File MIME type: text/xml
File size: 3922 byte(s)
Tue Feb 10 20:01:47 2009 JST (4 years, 3 months ago) by skirnir
File MIME type: text/xml
File size: 3922 byte(s)
最初のコミット。
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
| 5 | http://maven.apache.org/maven-v4_0_0.xsd"> |
| 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | <parent> |
| 8 | <relativePath>../cms-project/pom.xml</relativePath> |
| 9 | <groupId>org.seasar.cms</groupId> |
| 10 | <artifactId>cms-project</artifactId> |
| 11 | <version>0.0.3</version> |
| 12 | </parent> |
| 13 | <groupId>org.seasar.cms.mailsender</groupId> |
| 14 | <artifactId>mailsender</artifactId> |
| 15 | <name>Mailsender</name> |
| 16 | <version>0.0.1-SNAPSHOT</version> |
| 17 | <description></description> |
| 18 | <build> |
| 19 | <pluginManagement> |
| 20 | <plugins> |
| 21 | <plugin> |
| 22 | <artifactId>maven-compiler-plugin</artifactId> |
| 23 | <configuration> |
| 24 | <encoding>UTF-8</encoding> |
| 25 | <source>1.5</source> |
| 26 | <target>1.5</target> |
| 27 | </configuration> |
| 28 | </plugin> |
| 29 | <plugin> |
| 30 | <artifactId>maven-javadoc-plugin</artifactId> |
| 31 | <configuration> |
| 32 | <source>1.5</source> |
| 33 | </configuration> |
| 34 | </plugin> |
| 35 | </plugins> |
| 36 | </pluginManagement> |
| 37 | <plugins> |
| 38 | <plugin> |
| 39 | <artifactId>maven-source-plugin</artifactId> |
| 40 | <executions> |
| 41 | <execution> |
| 42 | <goals> |
| 43 | <goal>jar</goal> |
| 44 | </goals> |
| 45 | </execution> |
| 46 | </executions> |
| 47 | </plugin> |
| 48 | </plugins> |
| 49 | </build> |
| 50 | <repositories> |
| 51 | <repository> |
| 52 | <id>www.seasar.org</id> |
| 53 | <name>The Seasar Foundation Maven2 Repository</name> |
| 54 | <url>http://maven.seasar.org/maven2</url> |
| 55 | </repository> |
| 56 | <repository> |
| 57 | <snapshots> |
| 58 | <enabled>true</enabled> |
| 59 | </snapshots> |
| 60 | <id>snapshot.maven.seasar.org</id> |
| 61 | <name>The Seasar Foundation Maven2 Snapshot Repository</name> |
| 62 | <url>http://maven.seasar.org/maven2-snapshot</url> |
| 63 | </repository> |
| 64 | <repository> |
| 65 | <id>spring-ext</id> |
| 66 | <name>spring-ext</name> |
| 67 | <url>http://spring-ext.sourceforge.jp/maven</url> |
| 68 | <layout>legacy</layout> |
| 69 | </repository> |
| 70 | <repository> |
| 71 | <id>java.net</id> |
| 72 | <name>java.net</name> |
| 73 | <url>https://maven-repository.dev.java.net/nonav/repository</url> |
| 74 | <layout>legacy</layout> |
| 75 | </repository> |
| 76 | </repositories> |
| 77 | <pluginRepositories> |
| 78 | <pluginRepository> |
| 79 | <id>maven.seasar.org</id> |
| 80 | <name>The Seasar Foundation Maven2 Repository</name> |
| 81 | <url>http://maven.seasar.org/maven2</url> |
| 82 | </pluginRepository> |
| 83 | </pluginRepositories> |
| 84 | <dependencies> |
| 85 | <dependency> |
| 86 | <groupId>org.seasar.container</groupId> |
| 87 | <artifactId>s2-extension</artifactId> |
| 88 | <version>2.4.20</version> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.seasar.container</groupId> |
| 92 | <artifactId>s2-tiger</artifactId> |
| 93 | <version>2.4.20</version> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>ozacc-mail</groupId> |
| 97 | <artifactId>ozacc-mail</artifactId> |
| 98 | <version>1.2.2</version> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>javax.mail</groupId> |
| 102 | <artifactId>mail</artifactId> |
| 103 | <version>1.4</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>javax.activation</groupId> |
| 107 | <artifactId>activation</artifactId> |
| 108 | <version>1.1</version> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.freemarker</groupId> |
| 112 | <artifactId>freemarker</artifactId> |
| 113 | <version>2.3.9</version> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>junit</groupId> |
| 117 | <artifactId>junit</artifactId> |
| 118 | <version>3.8.2</version> |
| 119 | <scope>test</scope> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>javax.servlet</groupId> |
| 123 | <artifactId>servlet-api</artifactId> |
| 124 | <version>2.4</version> |
| 125 | <scope>test</scope> |
| 126 | </dependency> |
| 127 | </dependencies> |
| 128 | </project> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

