Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/libraries/common-utils/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Jan 25 22:41:33 2007 UTC (17 years, 1 month ago) by shinsuke
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/xml
added common-util library

1 <?xml version="1.0"?>
2 <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 <modelVersion>4.0.0</modelVersion>
4 <groupId>jp.sf.pal</groupId>
5 <artifactId>common-utils</artifactId>
6 <packaging>jar</packaging>
7 <version>0.1.2</version>
8 <name>common-utils</name>
9 <url>http://pal.sourceforge.jp/</url>
10 <inceptionYear>2005</inceptionYear>
11 <developers>
12 <developer>
13 <id>shinsuke</id>
14 <name>Shinsuke Sugaya</name>
15 <email>shinsuke_at_yahoo.co.jp</email>
16 <url>http://d.hatena.ne.jp/shinsuke_sugaya/</url>
17 <organization/>
18 <organizationUrl/>
19 <timezone>+9</timezone>
20 </developer>
21 </developers>
22 <licenses>
23 <license>
24 <name>The Apache Software License, Version 2.0</name>
25 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26 <distribution>repo</distribution>
27 </license>
28 </licenses>
29 <scm>
30 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:libraries/faces-utils</connection>
31 <developerConnection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:libraries/faces-utils</developerConnection>
32 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/libraries/faces-utils</url>
33 </scm>
34 <organization>
35 <name>Portal Application Laboratory</name>
36 <url>http://pal.sourceforge.jp/</url>
37 </organization>
38 <build>
39 <defaultGoal>validate</defaultGoal>
40 <pluginManagement>
41 <plugins>
42 <plugin>
43 <artifactId>maven-compiler-plugin</artifactId>
44 <configuration>
45 <source>1.4</source>
46 <target>1.4</target>
47 <encoding>UTF-8</encoding>
48 </configuration>
49 </plugin>
50 <plugin>
51 <artifactId>maven-deploy-plugin</artifactId>
52 <configuration>
53 <updateReleaseInfo>true</updateReleaseInfo>
54 </configuration>
55 </plugin>
56 <plugin>
57 <groupId>org.codehaus.mojo</groupId>
58 <artifactId>cobertura-maven-plugin</artifactId>
59 <version>2.0-SNAPSHOT</version>
60 <executions>
61 <execution>
62 <goals>
63 <goal>clean</goal>
64 </goals>
65 </execution>
66 </executions>
67 </plugin>
68 </plugins>
69 </pluginManagement>
70 <plugins>
71 <plugin>
72 <artifactId>maven-source-plugin</artifactId>
73 <executions>
74 <execution>
75 <id>source-jar</id>
76 <phase>package</phase>
77 <goals>
78 <goal>jar</goal>
79 </goals>
80 </execution>
81 </executions>
82 </plugin>
83 </plugins>
84 </build>
85 <repositories>
86 <repository>
87 <id>maven.marevol.com</id>
88 <name>Maven2 Repository on marevol.com</name>
89 <url>http://www.marevol.com/maven2</url>
90 </repository>
91 </repositories>
92 <pluginRepositories>
93 <pluginRepository>
94 <id>people.apache.org m2-snapshot</id>
95 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
96 <snapshots>
97 <enabled>true</enabled>
98 </snapshots>
99 <releases>
100 <enabled>false</enabled>
101 </releases>
102 </pluginRepository>
103 <pluginRepository>
104 <id>snapshots.repository.codehaus.org</id>
105 <url>http://snapshots.repository.codehaus.org</url>
106 <snapshots>
107 <enabled>true</enabled>
108 </snapshots>
109 <releases>
110 <enabled>false</enabled>
111 </releases>
112 </pluginRepository>
113 </pluginRepositories>
114 <dependencies>
115 <dependency>
116 <groupId>junit</groupId>
117 <artifactId>junit</artifactId>
118 <version>3.8.1</version>
119 <scope>test</scope>
120 </dependency>
121 <dependency>
122 <groupId>javax.servlet</groupId>
123 <artifactId>servlet-api</artifactId>
124 <version>2.3</version>
125 <scope>provided</scope>
126 </dependency>
127 <dependency>
128 <groupId>portlet-api</groupId>
129 <artifactId>portlet-api</artifactId>
130 <version>1.0</version>
131 <scope>provided</scope>
132 </dependency>
133 <dependency>
134 <groupId>commons-logging</groupId>
135 <artifactId>commons-logging</artifactId>
136 <version>1.0.4</version>
137 <scope>provided</scope>
138 </dependency>
139 </dependencies>
140 </project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26