Commit 2c68f67989dd979a6ee2f7823a558400db931f6c
1 parent
f27b3616
added missing dependency
Showing
4 changed files
with
317 additions
and
0 deletions
Show diff stats
lib/it/cnr/isti/hpc/parent/0.0.7-SNAPSHOT/_maven.repositories
0 → 100644
lib/it/cnr/isti/hpc/parent/0.0.7-SNAPSHOT/maven-metadata-local.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<metadata modelVersion="1.1.0"> | |
3 | + <groupId>it.cnr.isti.hpc</groupId> | |
4 | + <artifactId>parent</artifactId> | |
5 | + <version>0.0.7-SNAPSHOT</version> | |
6 | + <versioning> | |
7 | + <snapshot> | |
8 | + <localCopy>true</localCopy> | |
9 | + </snapshot> | |
10 | + <lastUpdated>20130821161553</lastUpdated> | |
11 | + <snapshotVersions> | |
12 | + <snapshotVersion> | |
13 | + <extension>pom</extension> | |
14 | + <value>0.0.7-SNAPSHOT</value> | |
15 | + <updated>20130821161553</updated> | |
16 | + </snapshotVersion> | |
17 | + </snapshotVersions> | |
18 | + </versioning> | |
19 | +</metadata> | ... | ... |
lib/it/cnr/isti/hpc/parent/0.0.7-SNAPSHOT/parent-0.0.7-SNAPSHOT.pom
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
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/xsd/maven-4.0.0.xsd"> | |
3 | + <modelVersion>4.0.0</modelVersion> | |
4 | + <groupId>it.cnr.isti.hpc</groupId> | |
5 | + <artifactId>parent</artifactId> | |
6 | + <version>0.0.7-SNAPSHOT</version> | |
7 | + <name>Hpc lab master pom</name> | |
8 | + <description /> | |
9 | + <packaging>pom</packaging> | |
10 | + | |
11 | + <scm> | |
12 | + <connection>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/parent/trunk/</connection> | |
13 | + <developerConnection>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/parent/trunk/</developerConnection> | |
14 | + <url>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/parent/trunk/</url> | |
15 | + </scm> | |
16 | + | |
17 | + <!-- set here current versions of the packages --> | |
18 | + <properties> | |
19 | + <junit.version>4.10</junit.version> | |
20 | + <slf4j.version>1.6.4</slf4j.version> | |
21 | + <google.gson.version>2.1</google.gson.version> | |
22 | + <hadoop>0.20.2</hadoop> | |
23 | + | |
24 | + <hpc.utils>0.0.4-SNAPSHOT</hpc.utils> | |
25 | + <hpc.scrapers>0.0.1-SNAPSHOT</hpc.scrapers> | |
26 | + <hpc.text>0.0.2-SNAPSHOT</hpc.text> | |
27 | + <hpc.minhash>0.0.1</hpc.minhash> | |
28 | + <hpc.wikipedia>0.0.2-SNAPSHOT</hpc.wikipedia> | |
29 | + <hpc.dexter>0.0.3</hpc.dexter> | |
30 | + <hpc.csv>0.0.2-SNAPSHOT</hpc.csv> | |
31 | + <hpc.eval>0.0.2-SNAPSHOT</hpc.eval> | |
32 | + <hpc.html.parser>0.0.2-SNAPSHOT</hpc.html.parser> | |
33 | + | |
34 | + <project.source.charset>UTF-8</project.source.charset> | |
35 | + <project.source.encoding>UTF-8</project.source.encoding> | |
36 | + <java.version.source>1.6</java.version.source> | |
37 | + <java.version.target>1.6</java.version.target> | |
38 | + | |
39 | + | |
40 | + </properties> | |
41 | + <dependencies> | |
42 | + <dependency> | |
43 | + <groupId>junit</groupId> | |
44 | + <artifactId>junit</artifactId> | |
45 | + <version>${junit.version}</version> | |
46 | + <scope>test</scope> | |
47 | + </dependency> | |
48 | + </dependencies> | |
49 | + <dependencyManagement> | |
50 | + <dependencies> | |
51 | + | |
52 | + <dependency> | |
53 | + <groupId>com.google.code.gson</groupId> | |
54 | + <artifactId>gson</artifactId> | |
55 | + <version>${google.gson.version}</version> | |
56 | + </dependency> | |
57 | + | |
58 | + | |
59 | + <dependency> | |
60 | + <groupId>org.slf4j</groupId> | |
61 | + <artifactId>slf4j-api</artifactId> | |
62 | + <version>${slf4j.version}</version> | |
63 | + </dependency> | |
64 | + | |
65 | + <dependency> | |
66 | + <groupId>org.slf4j</groupId> | |
67 | + <artifactId>log4j-over-slf4j</artifactId> | |
68 | + <version>${slf4j.version}</version> | |
69 | + </dependency> | |
70 | + | |
71 | + <dependency> | |
72 | + <groupId>org.apache.hadoop</groupId> | |
73 | + <artifactId>hadoop-core</artifactId> | |
74 | + <version>${hadoop}</version> | |
75 | + </dependency> | |
76 | + | |
77 | + <dependency> | |
78 | + <groupId>org.slf4j</groupId> | |
79 | + <artifactId>jcl-over-slf4j</artifactId> | |
80 | + <version>${slf4j.version}</version> | |
81 | + </dependency> | |
82 | + | |
83 | + <dependency> | |
84 | + <groupId>org.slf4j</groupId> | |
85 | + <artifactId>slf4j-nop</artifactId> | |
86 | + <version>${slf4j.version}</version> | |
87 | + </dependency> | |
88 | + | |
89 | + <dependency> | |
90 | + <groupId>ch.qos.logback</groupId> | |
91 | + <artifactId>logback-classic</artifactId> | |
92 | + <version>1.0.0</version> | |
93 | + </dependency> | |
94 | + | |
95 | + <dependency> | |
96 | + <groupId>junit</groupId> | |
97 | + <artifactId>junit</artifactId> | |
98 | + <version>${junit.version}</version> | |
99 | + </dependency> | |
100 | + | |
101 | + <dependency> | |
102 | + <groupId>it.cnr.isti.hpc</groupId> | |
103 | + <artifactId>hpc-utils</artifactId> | |
104 | + <version>${hpc.utils}</version> | |
105 | + </dependency> | |
106 | + | |
107 | + <dependency> | |
108 | + <groupId>it.cnr.isti.hpc</groupId> | |
109 | + <artifactId>text-helper</artifactId> | |
110 | + <version>${hpc.text}</version> | |
111 | + </dependency> | |
112 | + | |
113 | + <dependency> | |
114 | + <groupId>it.cnr.isti.hpc</groupId> | |
115 | + <artifactId>eval-helper</artifactId> | |
116 | + <version>${hpc.eval}</version> | |
117 | + </dependency> | |
118 | + | |
119 | + <dependency> | |
120 | + <groupId>it.cnr.isti.hpc</groupId> | |
121 | + <artifactId>easy-csv</artifactId> | |
122 | + <version>${hpc.csv}</version> | |
123 | + </dependency> | |
124 | + | |
125 | + | |
126 | + <dependency> | |
127 | + <groupId>it.cnr.isti.hpc</groupId> | |
128 | + <artifactId> html-parser </artifactId> | |
129 | + <version>${hpc.html.parser}</version> | |
130 | + </dependency> | |
131 | + | |
132 | + | |
133 | + <dependency> | |
134 | + <groupId>it.cnr.isti.hpc</groupId> | |
135 | + <artifactId> scrapers </artifactId> | |
136 | + <version>${hpc.scrapers}</version> | |
137 | + </dependency> | |
138 | + | |
139 | + <dependency> | |
140 | + <groupId>it.cnr.isti.hpc</groupId> | |
141 | + <artifactId> dexter </artifactId> | |
142 | + <version>${hpc.dexter}</version> | |
143 | + </dependency> | |
144 | + | |
145 | + | |
146 | + <dependency> | |
147 | + <groupId>it.cnr.isti.hpc</groupId> | |
148 | + <artifactId> term-minhash-similarity </artifactId> | |
149 | + <version>${hpc.minhash}</version> | |
150 | + </dependency> | |
151 | + | |
152 | + <dependency> | |
153 | + <groupId>it.cnr.isti.hpc</groupId> | |
154 | + <artifactId> wikipedia-index </artifactId> | |
155 | + <version>${hpc.wikipedia}</version> | |
156 | + </dependency> | |
157 | + | |
158 | + | |
159 | + | |
160 | + </dependencies> | |
161 | + </dependencyManagement> | |
162 | + <build> | |
163 | + <extensions> | |
164 | + <extension> | |
165 | + <groupId>org.apache.maven.wagon</groupId> | |
166 | + <artifactId>wagon-ssh</artifactId> | |
167 | + <version>2.4</version> | |
168 | + </extension> | |
169 | + </extensions> | |
170 | + <plugins> | |
171 | + <plugin> | |
172 | + <groupId>org.apache.maven.plugins</groupId> | |
173 | + <artifactId>maven-scm-plugin</artifactId> | |
174 | + <version>1.6</version> | |
175 | + </plugin> | |
176 | + | |
177 | + <plugin> | |
178 | + <groupId>org.apache.maven.plugins</groupId> | |
179 | + <artifactId>maven-compiler-plugin</artifactId> | |
180 | + <version>2.3.2</version> | |
181 | + <configuration> | |
182 | + <charset>${project.source.charset}</charset> | |
183 | + <encoding>${project.source.encoding}</encoding> | |
184 | + <source>${java.version.source}</source> | |
185 | + <target>${java.version.target}</target> | |
186 | + </configuration> | |
187 | + </plugin> | |
188 | + <plugin> | |
189 | + <groupId>org.codehaus.mojo</groupId> | |
190 | + <artifactId>wagon-maven-plugin</artifactId> | |
191 | + <version>1.0-beta-3</version> | |
192 | + <configuration> | |
193 | + <fromDir>target/site/apidocs</fromDir> | |
194 | + <toDir>${artifactId}</toDir> | |
195 | + <url>scp://sassicaia.isti.cnr.it:/var/www/javadocs</url> | |
196 | + </configuration> | |
197 | + <executions> | |
198 | + <execution> | |
199 | + <id>javadoc</id> | |
200 | + <phase>deploy</phase> | |
201 | + <goals> | |
202 | + <goal>upload</goal> | |
203 | + </goals> | |
204 | + </execution> | |
205 | + </executions> | |
206 | + </plugin> | |
207 | + | |
208 | + <plugin> | |
209 | + <groupId>org.apache.maven.plugins</groupId> | |
210 | + <artifactId>maven-release-plugin</artifactId> | |
211 | + <version>2.2.2</version> | |
212 | + <configuration> | |
213 | + <tagNameFormat>${project.version}</tagNameFormat> | |
214 | + </configuration> | |
215 | + </plugin> | |
216 | + | |
217 | + <plugin> | |
218 | + | |
219 | + | |
220 | + <artifactId>maven-assembly-plugin</artifactId> | |
221 | + <version>2.3</version> | |
222 | + <configuration> | |
223 | + | |
224 | + <descriptorRefs> | |
225 | + <descriptorRef>jar-with-dependencies</descriptorRef> | |
226 | + </descriptorRefs> | |
227 | + </configuration> | |
228 | + | |
229 | + | |
230 | + | |
231 | + </plugin> | |
232 | + </plugins> | |
233 | + </build> | |
234 | + | |
235 | + <reporting> | |
236 | + | |
237 | + | |
238 | + | |
239 | + | |
240 | + <plugins> | |
241 | + | |
242 | + <plugin> | |
243 | + <groupId>org.apache.maven.plugins</groupId> | |
244 | + <artifactId>maven-javadoc-plugin</artifactId> | |
245 | + <version>2.9</version> | |
246 | + <configuration> | |
247 | + <reportOutputDirectory>javadoc</reportOutputDirectory> | |
248 | + <destDir>javadoc</destDir> | |
249 | + | |
250 | + </configuration> | |
251 | + </plugin> | |
252 | + | |
253 | + | |
254 | + | |
255 | + | |
256 | + </plugins> | |
257 | + </reporting> | |
258 | + <repositories> | |
259 | + <repository> | |
260 | + | |
261 | + <id>hpc releases</id> | |
262 | + <url>http://bruciato.isti.cnr.it:8081/artifactory/hpc-releases</url> | |
263 | + </repository> | |
264 | + | |
265 | + <repository> | |
266 | + <id>hpc snapshots</id> | |
267 | + <url>http://bruciato.isti.cnr.it:8081/artifactory/hpc-snapshots</url> | |
268 | + </repository> | |
269 | + <repository> | |
270 | + <id>bruciato-releases</id> | |
271 | + <url>http://bruciato.isti.cnr.it:8081/artifactory/ext-release-local</url> | |
272 | +</repository> | |
273 | + | |
274 | + </repositories> | |
275 | + | |
276 | + | |
277 | + <distributionManagement> | |
278 | + <!-- repository> | |
279 | + <id>Central</id> <url>http://repo1.maven.org/maven2</url> | |
280 | + </repository --> | |
281 | + <repository> | |
282 | + | |
283 | + <id>hpc releases</id> | |
284 | + <url>http://bruciato.isti.cnr.it:8081/artifactory/hpc-releases</url> | |
285 | + </repository> | |
286 | + <snapshotRepository> | |
287 | + <id>hpc snapshots</id> | |
288 | + <url>http://bruciato.isti.cnr.it:8081/artifactory/hpc-snapshots</url> | |
289 | + </snapshotRepository> | |
290 | + </distributionManagement> | |
291 | +</project> | ... | ... |
lib/it/cnr/isti/hpc/parent/0.0.7-SNAPSHOT/resolver-status.properties
0 → 100644