-
For general questions please project forum section (you can continue there).
As for the issue:
-
have you made any modifications to the project? there is no mention of
WagonProvider
in our configuration; -
have you tried building Tigase MobileMessanger directly from console?
Most likely it's Eclipse issue.
-
Type |
Consulting
|
Priority |
Major
|
Assignee | |
RedmineID |
3815
|
Issue Votes (0)
Watchers (0)
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Tigase Android Messenger
[INFO] mobile-commons
[INFO] mobile-core
[INFO] mobile-phone-pro
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tigase Android Messenger 1.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] Error injecting: org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
com.google.inject.ProvisionException: Unable to provision, see the following errors:
while locating org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
1 error
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Tigase Android Messenger ........................... FAILURE [ 0.020 s]
[INFO] mobile-commons ..................................... SKIPPED
[INFO] mobile-core ........................................ SKIPPED
[INFO] mobile-phone-pro ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.449 s
[INFO] Finished at: 2016-01-09T21:50:48+08:00
[INFO] Final Memory: 9M/22M
[INFO] ------------------------------------------------------------------------
[ERROR] Unable to provision, see the following errors:
[ERROR]
[ERROR] 1) No implementation for org.eclipse.aether.connector.wagon.WagonProvider was bound.
[ERROR] while locating org.eclipse.aether.connector.wagon.WagonRepositoryConnectorFactory
[ERROR] at ClassRealm[extension>com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.0, parent: sun.misc.Launcher$AppClassLoader@10dea4e] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
[ERROR] at ClassRealm[extension>com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.8.0, parent: sun.misc.Launcher$AppClassLoader@10dea4e] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
[ERROR] while locating org.eclipse.aether.spi.connector.RepositoryConnectorFactory annotated with @com.google.inject.name.Named(value=wagon)
[ERROR]
[ERROR] 1 error
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.