Comment #9 on issue 37 by [email protected]: Unresolveable build extension: Plugin org.mobicents.tools:maven-eclipse-plugin:1.0.1.FINAL or one of its dependencies could not be resolved
https://code.google.com/p/smscgateway/issues/detail?id=37

Hi There,

After fixing above issue by creating classes folder I am facing below issue. After some analysis I found that there is not artifact id declared in project "<artifactId>events</artifactId>". After analysis update ratype project pom.xml (..core\slee\smpp-server-ra\ratype) by modifying events entry from <artifactId>events</artifactId> to <artifactId>smpp-server-ra-events</artifactId>. This fix below issue.


Downloading: https://oss.sonatype.org/content/groups/public/org/mobicents/smsc/events/1.0.0.ALPHA-SNAPSHOT/events-1.0.0.ALPHA-SNAPSHOT.jar [INFO] Unable to find resource 'org.mobicents.smsc:events:jar:1.0.0.ALPHA-SNAPSHOT' in repository mobicents-public-repository-group (https://oss.sonatype.org/content/gr
oups/public)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.mobicents.smsc:events:jar:1.0.0.ALPHA-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.mobicents.smsc -DartifactId=events -Dversion=1.0.0.ALPHA-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.mobicents.smsc -DartifactId=events -Dversion=1.0.0.ALPHA-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dreposito
ryId=[id]

  Path to dependency:
        1) org.mobicents.smsc:smpp-server-ra-ratype:jar:1.0.0.ALPHA-SNAPSHOT
        2) org.mobicents.smsc:events:jar:1.0.0.ALPHA-SNAPSHOT

----------
1 required artifact is missing.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to