-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
123 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.norconex.collectors</groupId> | ||
<artifactId>norconex-committer-cloudsearch</artifactId> | ||
<version>1.0.1</version> | ||
<version>1.1.0</version> | ||
<name>Norconex Committer CloudSearch</name> | ||
<description>Amazon CloudSaerch implementation of Norconex Committer.</description> | ||
|
||
|
@@ -55,7 +55,7 @@ | |
<dependency> | ||
<groupId>com.amazonaws</groupId> | ||
<artifactId>aws-java-sdk-cloudsearch</artifactId> | ||
<version>1.10.69</version> | ||
<version>1.11.29</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.json</groupId> | ||
|
@@ -65,7 +65,7 @@ | |
<dependency> | ||
<groupId>com.norconex.collectors</groupId> | ||
<artifactId>norconex-committer-core</artifactId> | ||
<version>2.0.3</version> | ||
<version>2.0.5</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
|
@@ -74,13 +74,28 @@ | |
<dependency> | ||
<groupId>com.norconex.commons</groupId> | ||
<artifactId>norconex-commons-lang</artifactId> | ||
<version>1.9.1</version> | ||
<version>1.12.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-lang</groupId> | ||
<artifactId>commons-lang</artifactId> | ||
<version>2.6</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpclient</artifactId> | ||
<version>4.5.2</version> | ||
</dependency> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
<version>4.4.5</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>joda-time</groupId> | ||
<artifactId>joda-time</artifactId> | ||
<version>2.9.4</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
@@ -163,6 +178,7 @@ | |
<configuration> | ||
<source>1.7</source> | ||
<target>1.7</target> | ||
<encoding>UTF-8</encoding> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
|
@@ -210,8 +226,14 @@ | |
<configuration> | ||
<overview>${basedir}/src/main/javadoc/overview.html</overview> | ||
<show>protected</show> | ||
<detectLinks>true</detectLinks> | ||
<nodeprecated>false</nodeprecated> | ||
<source>1.7</source> | ||
<detectLinks>false</detectLinks> | ||
<links> | ||
<link>https://www.norconex.com/product/commons-lang/apidocs/</link> | ||
<link>https://www.norconex.com/collectors/committer-core/latest/apidocs/</link> | ||
<link>https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs/</link> | ||
</links> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
|
@@ -246,6 +268,14 @@ | |
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>2.6</version> | ||
<configuration> | ||
<archive> | ||
<manifest> | ||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries> | ||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | ||
</manifest> | ||
</archive> | ||
</configuration> | ||
<executions> | ||
<execution> | ||
<goals> | ||
|
@@ -327,6 +357,7 @@ | |
<artifactId>maven-project-info-reports-plugin</artifactId> | ||
<version>2.7</version> | ||
<configuration> | ||
<dependencyDetailsEnabled>false</dependencyDetailsEnabled> | ||
<dependencyLocationsEnabled>false</dependencyLocationsEnabled> | ||
</configuration> | ||
<reportSets> | ||
|
@@ -345,7 +376,7 @@ | |
<header><![CDATA[ | ||
<style>div.aboutLanguage .siteLink {font-size: 2em;}</style> | ||
<span class="siteLink"> | ||
<a target="_top" href="http://www.norconex.com/product/committer-cloudsearch">Norconex CloudSearch Committer</a> | ||
<a target="_top" href="https://www.norconex.com/product/committer-cloudsearch">Norconex CloudSearch Committer</a> | ||
</span> | ||
]]> | ||
</header> | ||
|
@@ -363,11 +394,18 @@ | |
</script> | ||
<a style="font-size: 1.4em;" target="_top" href="https://github.com/norconex/committer-cloudsearch/issues">Submit an Issue</a> | ||
| | ||
<a style="font-size: 1.4em;" target="_top" href="http://www.norconex.com">www.norconex.com</a> | ||
<a style="font-size: 1.4em;" target="_top" href="https://www.norconex.com">www.norconex.com</a> | ||
]]> | ||
</footer> | ||
<show>protected</show> | ||
<detectLinks>true</detectLinks> | ||
<nodeprecated>false</nodeprecated> | ||
<source>1.7</source> | ||
<detectLinks>false</detectLinks> | ||
<links> | ||
<link>https://www.norconex.com/product/commons-lang/apidocs/</link> | ||
<link>https://www.norconex.com/collectors/committer-core/latest/apidocs/</link> | ||
<link>https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs/</link> | ||
</links> | ||
</configuration> | ||
<reportSets> | ||
<reportSet> | ||
|
@@ -386,7 +424,7 @@ | |
<url>http://norconex.com/product/committer-cloudsearch/</url> | ||
<organization> | ||
<name>Norconex Inc.</name> | ||
<url>http://www.norconex.com</url> | ||
<url>https://www.norconex.com</url> | ||
</organization> | ||
<scm> | ||
<url>https://github.com/Norconex/committer-cloudsearch</url> | ||
|
@@ -404,7 +442,7 @@ | |
<name>Pascal Essiembre</name> | ||
<email>[email protected]</email> | ||
<organization>Norconex Inc.</organization> | ||
<organizationUrl>http://www.norconex.com</organizationUrl> | ||
<organizationUrl>https://www.norconex.com</organizationUrl> | ||
<roles> | ||
<role>project leader</role> | ||
<role>developer</role> | ||
|
@@ -416,7 +454,7 @@ | |
<name>El Hebri Khiari</name> | ||
<email>[email protected]</email> | ||
<organization>Norconex Inc.</organization> | ||
<organizationUrl>http://www.norconex.com</organizationUrl> | ||
<organizationUrl>https://www.norconex.com</organizationUrl> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ For any inquiries about Norconex CloudSearch Committer, please contact | |
Norconex Inc. at [email protected]. | ||
|
||
This product website and documentation is located at: | ||
http://www.norconex.com/collectors/committer-cloudsearch/ | ||
https://www.norconex.com/collectors/committer-cloudsearch/ | ||
|
||
Norconex licenses: | ||
================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
norconex-committer-cloudsearch/src/main/scripts/install.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
@echo off | ||
cd %~dp0 | ||
|
||
echo. | ||
echo PLEASE READ CAREFULLY | ||
echo. | ||
echo To install this component and its dependencies into another product, | ||
echo please specify the target product directory where libraries (.jar files) | ||
echo can be found. | ||
echo. | ||
echo This is often a "lib" directory. For example, to install this component | ||
echo into the Norconex HTTP Collector, specify the full path to the Collector | ||
echo "lib" directory, which may look somewhat like this: | ||
echo. | ||
echo C:\MyProject\norconex-collector-http-x.x.x\lib | ||
echo. | ||
echo If .jar duplicates are found, you will be asked how you wish to deal with | ||
echo them. It is recommended to try keep most recent versions upon encountering | ||
echo version conflicts. When in doubt, simply choose the default option. | ||
echo. | ||
|
||
java -Dfile.encoding=UTF8 -cp "./lib/*" com.norconex.commons.lang.jar.JarCopier ./lib | ||
|
||
pause |
22 changes: 22 additions & 0 deletions
22
norconex-committer-cloudsearch/src/main/scripts/install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/sh | ||
cd $(dirname $0) | ||
|
||
echo "" | ||
echo "PLEASE READ CAREFULLY" | ||
echo "" | ||
echo "To install this component and its dependencies into another product," | ||
echo "please specify the target product directory where libraries (.jar files)" | ||
echo "can be found." | ||
echo "" | ||
echo "This is often a "lib" directory. For example, to install this component" | ||
echo "into the Norconex HTTP Collector, specify the full path to the Collector" | ||
echo "\"lib\" directory, which may look somewhat like this:" | ||
echo "" | ||
echo " /myProject/norconex-collector-http-x.x.x/lib" | ||
echo "" | ||
echo "If .jar duplicates are found, you will be asked how you wish to deal with" | ||
echo "them. It is recommended to try keep most recent versions upon encountering" | ||
echo "version conflicts. When in doubt, simply choose the default option." | ||
echo "" | ||
|
||
java -Dfile.encoding=UTF8 -cp "./lib/*" com.norconex.commons.lang.jar.JarCopier "./lib" |