[
https://issues.apache.org/jira/browse/CONNECTORS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043595#comment-15043595
]
Maurizio Pillitu edited comment on CONNECTORS-1263 at 12/6/15 12:32 AM:
------------------------------------------------------------------------
This is very strange; can you try doing the following, which is the test that
worked for me?
{noformat}
mv ~/.m2/settings.xml ~/.m2/settings.xml.orig
git clone [email protected]:maoo/alfresco-indexer.git
cd alfresco-indexer
mvn clean install -DskipTests -Dmaven.repo.local=/tmp/mvn_temp_repo
{noformat}
The mentioned command uses an empty local repo and settings.xml, therefore it
should be the final proof that a Maven build is 100% portable.
If still not working, I'll investigate further.
Thanks for the help.
was (Author: maoo):
This is very strange; can you try doing the following?
{noformat}
mv ~/.m2/settings.xml ~/.m2/settings.xml.orig
git clone [email protected]:maoo/alfresco-indexer.git
cd alfresco-indexer
mvn clean install -DskipTests -Dmaven.repo.local=/tmp/mvn_temp_repo
{noformat}
The mentioned command uses an empty local repo and settings.xml, therefore it
should be the final proof that a Maven build is 100% portable.
If still not working, I'll investigate further.
Thanks for the help.
> Use alfresco-indexer-0.8.0(-SNAPSHOT)
> -------------------------------------
>
> Key: CONNECTORS-1263
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1263
> Project: ManifoldCF
> Issue Type: Task
> Components: Alfresco webscript connector
> Affects Versions: ManifoldCF 2.2
> Reporter: Maurizio Pillitu
>
> Update alfresco-webscript connector to use alfresco-indexer-0.8.0
> Right now only 0.8.0-SNAPSHOT version is available on Maven Central; as soon
> as Manifold trunk is tested against it, version 0.8.0 will be released (and
> Manifold trunk will be updated to use the released version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)