Commit 8608cea28b87cab2368e1a7167ce28b85d801b27
1 parent
0c42ad84
updating deps and compiling
Showing
25 changed files
with
26 additions
and
747 deletions
Show diff stats
lib/info/bliki/wiki/bliki-core/3.0.16/_maven.repositories deleted
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16-sources.jar deleted
No preview for this file type
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16-sources.jar.sha1 deleted
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16.jar deleted
No preview for this file type
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16.jar.lastUpdated deleted
1 | -#NOTE: This is an internal implementation file, its format can be changed without prior notice. | |
2 | -#Wed Feb 13 11:21:15 CET 2013 | |
3 | -http\://bruciato.isti.cnr.it\:8081/artifactory/ext-release-local/.error= | |
4 | -http\://conjars.org/repo/.error= | |
5 | -http\://bruciato.isti.cnr.it\:8081/artifactory/ext-release-local/.lastUpdated=1345707831181 | |
6 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release/.error= | |
7 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-snapshots/.error= | |
8 | -http\://morphia.googlecode.com/svn/mavenrepo/.lastUpdated=1345707827872 | |
9 | -http\://gwtwiki.googlecode.com/svn/maven-repository/.lastUpdated=1345707836000 | |
10 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-snapshots/.lastUpdated=1345707831165 | |
11 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot/.error= | |
12 | -https\://repository.cloudera.com/artifactory/cloudera-repos/.error= | |
13 | -http\://opennlp.sourceforge.net/maven2/.lastUpdated=1345707812687 | |
14 | -http\://conjars.org/repo/.lastUpdated=1345707831125 | |
15 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-releases/.lastUpdated=1345707831147 | |
16 | -http\://download.java.net/maven/2/.lastUpdated=1345707831480 | |
17 | -http\://opennlp.sourceforge.net/maven2/.error= | |
18 | -http\://www.lilyproject.org/maven/maven2/deploy/.lastUpdated=1345707834737 | |
19 | -http\://download.java.net/maven/2/.error= | |
20 | -http\://repo.open.med.harvard.edu/nexus/content/repositories/public/.lastUpdated=1345707826989 | |
21 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-releases/.error= | |
22 | -http\://repo.open.med.harvard.edu/nexus/content/repositories/public/.error= | |
23 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release/.lastUpdated=1360750874826 | |
24 | -http\://morphia.googlecode.com/svn/mavenrepo/.error= | |
25 | -https\://repository.cloudera.com/artifactory/cloudera-repos/.lastUpdated=1360750875245 | |
26 | -http\://www.lilyproject.org/maven/maven2/deploy/.error= | |
27 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot/.lastUpdated=1360750874904 |
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16.jar.sha1 deleted
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16.pom deleted
1 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
2 | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
3 | - <parent> | |
4 | - <groupId>info.bliki.wiki</groupId> | |
5 | - <artifactId>bliki</artifactId> | |
6 | - <version>3.0.16</version> | |
7 | - </parent> | |
8 | - <modelVersion>4.0.0</modelVersion> | |
9 | - <artifactId>bliki-core</artifactId> | |
10 | - <groupId>info.bliki.wiki</groupId> | |
11 | - <packaging>jar</packaging> | |
12 | - <name>Bliki (Core)</name> | |
13 | - <version>3.0.16</version> | |
14 | - <description> This is core project. </description> | |
15 | - <dependencies> | |
16 | - <dependency> | |
17 | - <groupId>commons-httpclient</groupId> | |
18 | - <artifactId>commons-httpclient</artifactId> | |
19 | - </dependency> | |
20 | - <dependency> | |
21 | - <groupId>junit</groupId> | |
22 | - <artifactId>junit</artifactId> | |
23 | - </dependency> | |
24 | - <dependency> | |
25 | - <groupId>commons-lang</groupId> | |
26 | - <artifactId>commons-lang</artifactId> | |
27 | - </dependency> | |
28 | - <dependency> | |
29 | - <groupId>org.apache.commons</groupId> | |
30 | - <artifactId>commons-compress</artifactId> | |
31 | - <version>1.0</version> | |
32 | - </dependency> | |
33 | - </dependencies> | |
34 | - <build> | |
35 | - <plugins> | |
36 | - <plugin> | |
37 | - <groupId>org.apache.maven.plugins</groupId> | |
38 | - <artifactId>maven-resources-plugin</artifactId> | |
39 | - <configuration> | |
40 | - <encoding>UTF-8</encoding> | |
41 | - </configuration> | |
42 | - </plugin> | |
43 | - <plugin> | |
44 | - <groupId>org.apache.maven.plugins</groupId> | |
45 | - <artifactId>maven-compiler-plugin</artifactId> | |
46 | - <configuration> | |
47 | - <source>1.5</source> | |
48 | - <target>1.5</target> | |
49 | - <encoding>UTF-8</encoding> | |
50 | - </configuration> | |
51 | - </plugin> | |
52 | - <plugin> | |
53 | - <groupId>org.apache.maven.plugins</groupId> | |
54 | - <artifactId>maven-source-plugin</artifactId> | |
55 | - <executions> | |
56 | - <execution> | |
57 | - <goals> | |
58 | - <goal>jar</goal> | |
59 | - </goals> | |
60 | - </execution> | |
61 | - </executions> | |
62 | - </plugin> | |
63 | - <plugin> | |
64 | - <groupId>org.apache.maven.plugins</groupId> | |
65 | - <artifactId>maven-javadoc-plugin</artifactId> | |
66 | - <executions> | |
67 | - <execution> | |
68 | - <id>attach-javadocs</id> | |
69 | - <goals> | |
70 | - <goal>jar</goal> | |
71 | - </goals> | |
72 | - </execution> | |
73 | - </executions> | |
74 | - </plugin> | |
75 | - </plugins> | |
76 | - <extensions> | |
77 | - <extension> | |
78 | - <groupId>org.apache.maven.wagon</groupId> | |
79 | - <artifactId>wagon-webdav</artifactId> | |
80 | - <version>1.0-beta-2</version> | |
81 | - </extension> | |
82 | - </extensions> | |
83 | - </build> | |
84 | - <distributionManagement> | |
85 | - <repository> | |
86 | - <id>googlecode.svn.gwtwiki</id> | |
87 | - <url>dav:https://gwtwiki.googlecode.com/svn/maven-repository/</url> | |
88 | - </repository> | |
89 | - <snapshotRepository> | |
90 | - <id>googlecode.svn.gwtwiki</id> | |
91 | - <url>dav:https://gwtwiki.googlecode.com/svn/maven-snapshot-repository/</url> | |
92 | - <uniqueVersion>false</uniqueVersion> | |
93 | - </snapshotRepository> | |
94 | - </distributionManagement> | |
95 | -</project> | |
96 | 0 | \ No newline at end of file |
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16.pom.lastUpdated deleted
1 | -#NOTE: This is an internal implementation file, its format can be changed without prior notice. | |
2 | -#Tue May 28 15:16:29 CEST 2013 | |
3 | -http\://bruciato.isti.cnr.it\:8081/artifactory/ext-release-local/.error= | |
4 | -http\://repo1.maven.org/maven2/.lastUpdated=1365676517258 | |
5 | -http\://conjars.org/repo/.error= | |
6 | -https\://oss.sonatype.org/content/repositories/snapshots/.error= | |
7 | -http\://bruciato.isti.cnr.it\:8081/artifactory/ext-release-local/.lastUpdated=1369746989421 | |
8 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release/.error= | |
9 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-snapshots/.error= | |
10 | -http\://morphia.googlecode.com/svn/mavenrepo/.lastUpdated=1345707454271 | |
11 | -http\://gwtwiki.googlecode.com/svn/maven-repository/.lastUpdated=1345707455934 | |
12 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-snapshots/.lastUpdated=1369746989267 | |
13 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot/.error= | |
14 | -https\://repository.cloudera.com/artifactory/cloudera-repos/.error= | |
15 | -http\://opennlp.sourceforge.net/maven2/.lastUpdated=1345707449543 | |
16 | -http\://conjars.org/repo/.lastUpdated=1369746988986 | |
17 | -http\://repo.maven.apache.org/maven2/.lastUpdated=1345707454910 | |
18 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-releases/.lastUpdated=1369746989174 | |
19 | -http\://download.java.net/maven/2/.lastUpdated=1345707455203 | |
20 | -http\://www.lilyproject.org/maven/maven2/deploy/.lastUpdated=1345707455285 | |
21 | -http\://opennlp.sourceforge.net/maven2/.error= | |
22 | -http\://repo.maven.apache.org/maven2/.error= | |
23 | -https\://oss.sonatype.org/content/repositories/snapshots/.lastUpdated=1365676516868 | |
24 | -http\://download.java.net/maven/2/.error= | |
25 | -http\://repo.open.med.harvard.edu/nexus/content/repositories/public/.lastUpdated=1345707454049 | |
26 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-releases/.error= | |
27 | -http\://repo.open.med.harvard.edu/nexus/content/repositories/public/.error= | |
28 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release/.lastUpdated=1369746988559 | |
29 | -http\://morphia.googlecode.com/svn/mavenrepo/.error= | |
30 | -https\://repository.cloudera.com/artifactory/cloudera-repos/.lastUpdated=1360750802621 | |
31 | -http\://www.lilyproject.org/maven/maven2/deploy/.error= | |
32 | -http\://repo1.maven.org/maven2/.error= | |
33 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot/.lastUpdated=1369746988655 |
lib/info/bliki/wiki/bliki-core/3.0.16/bliki-core-3.0.16.pom.sha1 deleted
lib/info/bliki/wiki/bliki-core/3.0.16/m2e-lastUpdated.properties deleted
1 | -#Mon Feb 11 11:55:13 CET 2013 | |
2 | -ontotext|http\://maven.ontotext.com/content/repositories/public/|sources=1360580113541 | |
3 | -central|http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release|sources=1360580113541 | |
4 | -info-bliki-repository|http\://gwtwiki.googlecode.com/svn/maven-repository/|sources=1360580113541 | |
5 | -snapshots|http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot|sources=1360580113541 | |
6 | -lilyproject|http\://www.lilyproject.org/maven/maven2/deploy/|sources=1360580113541 |
lib/info/bliki/wiki/bliki-core/3.0.19/bliki-core-3.0.19.jar.lastUpdated deleted
1 | -#NOTE: This is an internal implementation file, its format can be changed without prior notice. | |
2 | -#Sat Jul 06 19:00:17 CEST 2013 | |
3 | -http\://repo1.maven.org/maven2/.error= | |
4 | -http\://repo1.maven.org/maven2/.lastUpdated=1373130017840 | |
5 | -file\:///Users/diego/workspace/json-wikipedia/lib/.error= | |
6 | -file\:///Users/diego/workspace/json-wikipedia/lib/.lastUpdated=1373130010456 |
lib/info/bliki/wiki/bliki-core/3.0.19/bliki-core-3.0.19.pom.lastUpdated deleted
1 | -#NOTE: This is an internal implementation file, its format can be changed without prior notice. | |
2 | -#Sat Jul 06 19:00:06 CEST 2013 | |
3 | -default-http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release/.lastUpdated=1373129930973 | |
4 | -http\://repo1.maven.org/maven2/.error= | |
5 | -default-http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot/.lastUpdated=1373129931082 | |
6 | -http\://repo1.maven.org/maven2/.lastUpdated=1373130006865 | |
7 | -file\:///Users/diego/workspace/json-wikipedia/lib/.error= | |
8 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot/.error=Could not transfer artifact info.bliki.wiki\:bliki-core\:pom\:3.0.19 from/to snapshots (http\://bruciato.isti.cnr.it\:8081/artifactory/libs-snapshot)\: Error transferring file\: Connection refused | |
9 | -file\:///Users/diego/workspace/json-wikipedia/lib/.lastUpdated=1373129931131 | |
10 | -http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release/.error=Could not transfer artifact info.bliki.wiki\:bliki-core\:pom\:3.0.19 from/to central (http\://bruciato.isti.cnr.it\:8081/artifactory/libs-release)\: Error transferring file\: Connection refused |
lib/info/bliki/wiki/bliki/3.0.16/_maven.repositories deleted
lib/info/bliki/wiki/bliki/3.0.16/bliki-3.0.16.pom deleted
1 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
2 | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 | |
3 | - http://maven.apache.org/maven-v4_0_0.xsd"> | |
4 | - <modelVersion>4.0.0</modelVersion> | |
5 | - <groupId>info.bliki.wiki</groupId> | |
6 | - <artifactId>bliki</artifactId> | |
7 | - <packaging>pom</packaging> | |
8 | - <name>Bliki POM</name> | |
9 | - <version>3.0.16</version> | |
10 | - <description>The Bliki API is a Java-based Wiki to HTML renderer | |
11 | - with MediaWiki syntax support.</description> | |
12 | - <organization> | |
13 | - <name>Java Wikipedia API (Bliki engine)</name> | |
14 | - <url>http://code.google.com/p/gwtwiki/</url> | |
15 | - </organization> | |
16 | - <scm> | |
17 | - <connection>scm:svn:http://gwtwiki.googlecode.com/svn/trunk/</connection> | |
18 | - <developerConnection>scm:svn:https://gwtwiki.googlecode.com/svn/trunk/</developerConnection> | |
19 | - <tag>HEAD</tag> | |
20 | - <url>http://code.google.com/p/gwtwiki/source/browse/</url> | |
21 | - </scm> | |
22 | - <issueManagement> | |
23 | - <system>Google Code</system> | |
24 | - <url>http://code.google.com/p/gwtwiki/issues/list</url> | |
25 | - </issueManagement> | |
26 | - <licenses> | |
27 | - <license> | |
28 | - <name>Eclipse Public License 1.0</name> | |
29 | - <url>http://www.opensource.org/licenses/eclipse-1.0.php</url> | |
30 | - <distribution>repo</distribution> | |
31 | - </license> | |
32 | - <license> | |
33 | - <name>GNU Lesser General Public License - v 2.1 or later</name> | |
34 | - <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> | |
35 | - <distribution>repo</distribution> | |
36 | - </license> | |
37 | - </licenses> | |
38 | - <modules> | |
39 | - <module>bliki-core</module> | |
40 | - <module>bliki-pdf</module> | |
41 | - <module>bliki-addons</module> | |
42 | - </modules> | |
43 | - <dependencyManagement> | |
44 | - <dependencies> | |
45 | - <dependency> | |
46 | - <groupId>info.bliki.wiki</groupId> | |
47 | - <artifactId>bliki-core</artifactId> | |
48 | - <version>3.0.16</version> | |
49 | - </dependency> | |
50 | - <dependency> | |
51 | - <groupId>info.bliki.wiki</groupId> | |
52 | - <artifactId>bliki-pdf</artifactId> | |
53 | - <version>3.0.16</version> | |
54 | - </dependency> | |
55 | - <dependency> | |
56 | - <groupId>info.bliki.wiki</groupId> | |
57 | - <artifactId>bliki-addons</artifactId> | |
58 | - <version>3.0.16</version> | |
59 | - </dependency> | |
60 | - <dependency> | |
61 | - <groupId>commons-httpclient</groupId> | |
62 | - <artifactId>commons-httpclient</artifactId> | |
63 | - <version>3.1</version> | |
64 | - </dependency> | |
65 | - <dependency> | |
66 | - <groupId>commons-lang</groupId> | |
67 | - <artifactId>commons-lang</artifactId> | |
68 | - <version>2.4</version> | |
69 | - </dependency> | |
70 | - <dependency> | |
71 | - <groupId>org.apache.commons</groupId> | |
72 | - <artifactId>commons-compress</artifactId> | |
73 | - <version>1.0</version> | |
74 | - </dependency> | |
75 | - <dependency> | |
76 | - <groupId>org.apache.derby</groupId> | |
77 | - <artifactId>derby</artifactId> | |
78 | - <version>10.4.2.0</version> | |
79 | - </dependency> | |
80 | - <dependency> | |
81 | - <groupId>junit</groupId> | |
82 | - <artifactId>junit</artifactId> | |
83 | - <version>4.5</version> | |
84 | - <type>jar</type> | |
85 | - <scope>test</scope> | |
86 | - </dependency> | |
87 | - <!-- | |
88 | - <dependency> <groupId>commons-codec</groupId> | |
89 | - <artifactId>commons-codec</artifactId> <version>1.3</version> | |
90 | - </dependency> <dependency> <groupId>commons-logging</groupId> | |
91 | - <artifactId>commons-logging</artifactId> <version>1.1.1</version> | |
92 | - </dependency> <dependency> <groupId>org.apache.derby</groupId> | |
93 | - <artifactId>derby</artifactId> <version>10.4.2.0</version> | |
94 | - </dependency> | |
95 | - --> | |
96 | - </dependencies> | |
97 | - </dependencyManagement> | |
98 | - <build> | |
99 | - <plugins> | |
100 | - <plugin> | |
101 | - <groupId>org.apache.maven.plugins</groupId> | |
102 | - <artifactId>maven-resources-plugin</artifactId> | |
103 | - <configuration> | |
104 | - <encoding>UTF-8</encoding> | |
105 | - </configuration> | |
106 | - </plugin> | |
107 | - <plugin> | |
108 | - <groupId>org.apache.maven.plugins</groupId> | |
109 | - <artifactId>maven-compiler-plugin</artifactId> | |
110 | - <configuration> | |
111 | - <source>1.5</source> | |
112 | - <target>1.5</target> | |
113 | - <encoding>UTF-8</encoding> | |
114 | - </configuration> | |
115 | - </plugin> | |
116 | - </plugins> | |
117 | - </build> | |
118 | - <distributionManagement> | |
119 | - <repository> | |
120 | - <id>googlecode.svn.gwtwiki</id> | |
121 | - <url>dav:https://gwtwiki.googlecode.com/svn/maven-repository/</url> | |
122 | - </repository> | |
123 | - <snapshotRepository> | |
124 | - <id>googlecode.svn.gwtwiki</id> | |
125 | - <url>dav:https://gwtwiki.googlecode.com/svn/maven-snapshot-repository/</url> | |
126 | - <uniqueVersion>false</uniqueVersion> | |
127 | - </snapshotRepository> | |
128 | - </distributionManagement> | |
129 | -</project> | |
130 | 0 | \ No newline at end of file |
lib/info/bliki/wiki/bliki/3.0.16/bliki-3.0.16.pom.lastUpdated deleted
1 | -#NOTE: This is an internal implementation file, its format can be changed without prior notice. | |
2 | -#Thu Aug 23 09:37:42 CEST 2012 | |
3 | -http\://bruciato.isti.cnr.it\:8081/artifactory/ext-release-local/.error= | |
4 | -http\://conjars.org/repo/.error= | |
5 | -http\://bruciato.isti.cnr.it\:8081/artifactory/ext-release-local/.lastUpdated=1345707461385 | |
6 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-snapshots/.error= | |
7 | -http\://gwtwiki.googlecode.com/svn/maven-repository/.lastUpdated=1345707462855 | |
8 | -http\://morphia.googlecode.com/svn/mavenrepo/.lastUpdated=1345707461122 | |
9 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-snapshots/.lastUpdated=1345707461373 | |
10 | -http\://opennlp.sourceforge.net/maven2/.lastUpdated=1345707456249 | |
11 | -http\://conjars.org/repo/.lastUpdated=1345707461349 | |
12 | -http\://repo.maven.apache.org/maven2/.lastUpdated=1345707461657 | |
13 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-releases/.lastUpdated=1345707461362 | |
14 | -http\://download.java.net/maven/2/.lastUpdated=1345707461993 | |
15 | -http\://opennlp.sourceforge.net/maven2/.error= | |
16 | -http\://repo.maven.apache.org/maven2/.error= | |
17 | -http\://www.lilyproject.org/maven/maven2/deploy/.lastUpdated=1345707462073 | |
18 | -http\://download.java.net/maven/2/.error= | |
19 | -http\://repo.open.med.harvard.edu/nexus/content/repositories/public/.lastUpdated=1345707460897 | |
20 | -http\://bruciato.isti.cnr.it\:8081/artifactory/hpc-releases/.error= | |
21 | -http\://repo.open.med.harvard.edu/nexus/content/repositories/public/.error= | |
22 | -http\://morphia.googlecode.com/svn/mavenrepo/.error= | |
23 | -http\://www.lilyproject.org/maven/maven2/deploy/.error= |
lib/info/bliki/wiki/bliki/3.0.16/bliki-3.0.16.pom.sha1 deleted
lib/it/cnr/isti/hpc/hpc-utils/0.0.5/_maven.repositories deleted
lib/it/cnr/isti/hpc/hpc-utils/0.0.5/hpc-utils-0.0.5.jar deleted
No preview for this file type
lib/it/cnr/isti/hpc/hpc-utils/0.0.5/hpc-utils-0.0.5.pom deleted
1 | -<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"> | |
2 | - <modelVersion>4.0.0</modelVersion> | |
3 | - <artifactId>hpc-utils</artifactId> | |
4 | - <version>0.0.5</version> | |
5 | - | |
6 | - <name>hpc utils</name> | |
7 | - <description>contains several utils used in hpc packages</description> | |
8 | - | |
9 | - | |
10 | - | |
11 | - | |
12 | - <parent> | |
13 | - <groupId>it.cnr.isti.hpc</groupId> | |
14 | - <artifactId>parent</artifactId> | |
15 | - <version>0.0.7-SNAPSHOT</version> | |
16 | - </parent> | |
17 | - | |
18 | - <scm> | |
19 | - <connection>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/hpc-utils/trunk</connection> | |
20 | - <developerConnection>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/hpc-utils/trunk</developerConnection> | |
21 | - <url>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/hpc-utils/tags/0.0.4-SNAPSHOT</url> | |
22 | - </scm> | |
23 | - | |
24 | - | |
25 | - <dependencies> | |
26 | - <!-- command line interface --> | |
27 | - <dependency> | |
28 | - <groupId>net.sf.jopt-simple</groupId> | |
29 | - <artifactId>jopt-simple</artifactId> | |
30 | - <version>4.3</version> | |
31 | - </dependency> | |
32 | - | |
33 | - | |
34 | - <!-- logging --> | |
35 | - <dependency> | |
36 | - <groupId>org.slf4j</groupId> | |
37 | - <artifactId>slf4j-api</artifactId> | |
38 | - </dependency> | |
39 | - | |
40 | - <dependency> | |
41 | - <groupId>ch.qos.logback</groupId> | |
42 | - <artifactId>logback-classic</artifactId> | |
43 | - </dependency> | |
44 | - | |
45 | -<!-- <dependency> --> | |
46 | -<!-- <groupId>com.google.guava</groupId> --> | |
47 | -<!-- <artifactId>guava</artifactId> --> | |
48 | -<!-- <version>11.0.2</version> --> | |
49 | -<!-- </dependency> --> | |
50 | - | |
51 | - | |
52 | - | |
53 | - <dependency> | |
54 | - <groupId>com.google.code.gson</groupId> | |
55 | - <artifactId>gson</artifactId> | |
56 | - </dependency> | |
57 | - | |
58 | - | |
59 | - | |
60 | - | |
61 | - <!-- SUCKS! --> | |
62 | - <!-- <dependency> --> | |
63 | - <!-- <groupId>net.sf.opencsv</groupId> --> | |
64 | - <!-- <artifactId>opencsv</artifactId> --> | |
65 | - <!-- <version>2.0</version> --> | |
66 | - <!-- </dependency> --> | |
67 | - | |
68 | - | |
69 | - </dependencies> | |
70 | - | |
71 | - | |
72 | - | |
73 | - | |
74 | -</project> |
lib/it/cnr/isti/hpc/parent/0.0.7-SNAPSHOT/_maven.repositories deleted
lib/it/cnr/isti/hpc/parent/0.0.7-SNAPSHOT/maven-metadata-local.xml deleted
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 deleted
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 deleted
pom.xml
... | ... | @@ -24,11 +24,22 @@ |
24 | 24 | <name>Diego Ceccarelli</name> |
25 | 25 | </developer> |
26 | 26 | </developers> |
27 | + <dependencyManagement> | |
28 | + <dependencies> | |
29 | + <dependency> | |
30 | + <groupId>de.tudarmstadt.ukp.wikipedia</groupId> | |
31 | + <artifactId>de.tudarmstadt.ukp.wikipedia</artifactId> | |
32 | + <version>1.0.0</version> | |
33 | + <type>pom</type> | |
34 | + <scope>import</scope> | |
35 | + </dependency> | |
36 | + </dependencies> | |
37 | + </dependencyManagement> | |
27 | 38 | <dependencies> |
28 | 39 | <dependency> |
29 | 40 | <artifactId>hpc-utils</artifactId> |
30 | 41 | <groupId>it.cnr.isti.hpc</groupId> |
31 | - <version>0.0.5</version> | |
42 | + <version>0.0.7</version> | |
32 | 43 | </dependency> |
33 | 44 | <dependency> |
34 | 45 | <groupId>junit</groupId> |
... | ... | @@ -39,7 +50,7 @@ |
39 | 50 | <dependency> |
40 | 51 | <groupId>info.bliki.wiki</groupId> |
41 | 52 | <artifactId>bliki-core</artifactId> |
42 | - <version>3.0.16</version> | |
53 | + <version>3.1.0-SNAPSHOT</version> | |
43 | 54 | </dependency> |
44 | 55 | <dependency> |
45 | 56 | <groupId>org.apache.lucene</groupId> |
... | ... | @@ -54,22 +65,27 @@ |
54 | 65 | <dependency> |
55 | 66 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
56 | 67 | <artifactId>de.tudarmstadt.ukp.wikipedia.api</artifactId> |
57 | - <version>0.9.1</version> | |
68 | + <version>1.0.0</version> | |
69 | + </dependency> | |
70 | + <dependency> | |
71 | + <groupId>de.tudarmstadt.ukp.wikipedia</groupId> | |
72 | + <artifactId>de.tudarmstadt.ukp.wikipedia.parser</artifactId> | |
73 | + <version>1.0.0</version> | |
58 | 74 | </dependency> |
59 | 75 | <dependency> |
60 | 76 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
61 | 77 | <artifactId>de.tudarmstadt.ukp.wikipedia.datamachine</artifactId> |
62 | - <version>0.9.2</version> | |
78 | + <version>1.0.0</version> | |
63 | 79 | </dependency> |
64 | 80 | <dependency> |
65 | 81 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
66 | 82 | <artifactId>de.tudarmstadt.ukp.wikipedia.revisionmachine</artifactId> |
67 | - <version>0.9.2</version> | |
83 | + <version>1.0.0</version> | |
68 | 84 | </dependency> |
69 | 85 | <dependency> |
70 | 86 | <groupId>de.tudarmstadt.ukp.wikipedia</groupId> |
71 | 87 | <artifactId>de.tudarmstadt.ukp.wikipedia.timemachine</artifactId> |
72 | - <version>0.9.2</version> | |
88 | + <version>1.0.0</version> | |
73 | 89 | </dependency> |
74 | 90 | <dependency> |
75 | 91 | <groupId>com.google.code.gson</groupId> |
... | ... | @@ -106,9 +122,8 @@ |
106 | 122 | </snapshots> </repository> </repositories --> |
107 | 123 | <repositories> |
108 | 124 | <repository> |
109 | - <id>local jars</id> | |
110 | - <name>local jars</name> | |
111 | - <url>file://${basedir}/lib</url> | |
125 | + <id>sonatype-snapshots</id> | |
126 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> | |
112 | 127 | </repository> |
113 | 128 | </repositories> |
114 | 129 | <build> |
... | ... | @@ -123,7 +138,7 @@ |
123 | 138 | <plugin> |
124 | 139 | <artifactId>maven-compiler-plugin</artifactId> |
125 | 140 | <configuration> |
126 | - <charset>${project.source.charset}</charset> | |
141 | + <!-- <charset>${project.source.charset}</charset> --> | |
127 | 142 | <encoding>${project.source.encoding}</encoding> |
128 | 143 | <source>${java.version.source}</source> |
129 | 144 | <target>${java.version.target}</target> | ... | ... |
src/main/java/it/cnr/isti/hpc/wikipedia/reader/WikipediaArticleReader.java
... | ... | @@ -101,7 +101,7 @@ public class WikipediaArticleReader { |
101 | 101 | // encoder = new JsonRecordParser<Article>(Article.class); |
102 | 102 | parser = new ArticleParser(lang); |
103 | 103 | try { |
104 | - wxp = new WikiXMLParser(inputFile.getAbsolutePath(), handler); | |
104 | + wxp = new WikiXMLParser(new File(inputFile.getAbsolutePath()), handler); | |
105 | 105 | } catch (Exception e) { |
106 | 106 | logger.error("creating the parser {}", e.toString()); |
107 | 107 | System.exit(-1); | ... | ... |