You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the search-indexer is working incremental using "vcs" as strategy (and "svn" as type) I get this exception:
An unexpected error has occurred:
java.lang.NullPointerException: repository cannot be null
at org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:49)
at org.apache.maven.scm.provider.svn.AbstractSvnScmProvider.executeCommand(AbstractSvnScmProvider.java:356)
at org.apache.maven.scm.provider.svn.AbstractSvnScmProvider.info(AbstractSvnScmProvider.java:377)
at org.apache.maven.scm.provider.svn.svnexe.SvnExeScmProvider.getRepositoryURL(SvnExeScmProvider.java:150)
at org.apache.maven.scm.provider.svn.AbstractSvnScmProvider.makeProviderScmRepository(AbstractSvnScmProvider.java:119)
at org.apache.maven.scm.manager.AbstractScmManager.makeProviderScmRepository(AbstractScmManager.java:267)
at net.sf.mmm.search.indexer.impl.strategy.SearchIndexerUpdateStrategyVcs.index(SearchIndexerUpdateStrategyVcs.java:201)
The text was updated successfully, but these errors were encountered:
See http://jira.codehaus.org/browse/SCM-585
This issue has not been commented or reworked for a lot more than a year.
It seems that maven-scm is a totally dead project.
When the search-indexer is working incremental using "vcs" as strategy (and "svn" as type) I get this exception:
The text was updated successfully, but these errors were encountered: