Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • jpappalardo
    replied
    I am trying to use your plugin, but I am having issues getting it from maven central with the following errors:

    Code:
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1.622s
    [INFO] Finished at: Fri Jan 24 13:51:10 EST 2014
    [INFO] Final Memory: 8M/244M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Error resolving version for plugin 'com.isomorphic:isc-maven-plugin' from the repositories [local (E:\.m2), cent
    ral (http://salgs2cm01:8081/artifactory/plugins-release), snapshots (http://salgs2cm01:8081/artifactory/plugins-snapshot
    )]: Plugin not found in any plugin repository -> [Help 1]
    [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.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException
    E:\Projects\GS2>
    Nevermind using -X I found this:

    [DEBUG] Ignoring incompatible plugin version 1.0.1: The plugin com.isomorphic:isc-maven-plugin:1.0.1 requires Maven vers
    ion 3.1
    [DEBUG] Ignoring incompatible plugin version 1.0.0: The plugin com.isomorphic:isc-maven-plugin:1.0.0 requires Maven vers
    ion 3.1
    Last edited by jpappalardo; 24 Jan 2014, 10:56. Reason: Found the problem

    Leave a comment:


  • bbruyn
    replied
    The googlecode version of the plugin is pretty much obsolete then - it should continue to work for 2.x and 3.x lines, but I won't plan to update for 4.x or higher.

    Thanks,

    Bill

    Leave a comment:


  • Isomorphic
    replied
    We are now providing official support for Maven by including POMs with nightly builds in the 4.x line, with 5.x support to follow the release of 4.1p.

    We've also published our own Maven plugin based on this one, which is now available on Maven Central. Current users of the Google Code plugin will find that they have a few minor changes to make to plugin configuration and dependency declaration (Group IDs have changed again to reflect which edition of the
    product is in use).

    Refer to the GitHub project site at http://github.smartclient.com/isc-maven-plugin/ for complete documentation.

    Leave a comment:


  • pablocarle
    replied
    Staging repo

    Hi,
    The staging repo in sonatype is missing, any chance it might be uploaded again?.
    Thanks.

    Leave a comment:


  • jpappalardo
    replied
    funny how a space can mean so much

    works:

    mvn com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:4.1-SNAPSHOT:deploy -Pisc -D build.date=2013-10-23 -X

    fails:

    E:\Projects> mvn com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:4.1-SNAPSHOT:deploy -Pisc -Dbuild.date=2013
    -10-23 -X

    Leave a comment:


  • bbruyn
    replied
    Hrm, no, that doesn't seem to make much sense. I assume you see the same problem with the install goal? I ran them both here and didn't see anything like that...

    Let's see the command again with a -X switch and its output

    Leave a comment:


  • jpappalardo
    replied
    4.1-snapshot

    The following command:

    mvn com.googlecode.smartgwt-maven-plugin:smartgwt-maven-plugin:4.1-SNAPSHOT:deploy -Pisc -Dbuild.date=2013-10-23

    Results in:

    [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (E:\Projects). Please verify you invoked Maven from the correct directory. -> [Help 1]

    If I try without specifying build date it attempts to run, but since there is no build for today yet, it fails.

    Any thoughts?

    Leave a comment:


  • rolf.woll
    replied
    No worries.

    Thanks a lot.

    Regards
    Rolf

    Leave a comment:


  • bbruyn
    replied
    Sorry, just seeing this now. Another case where Sonatype has deleted the staging repo. I'll figure out how to stay on top of this going forward.

    Meanwhile, I've deployed to staging once more while I have a look at the reported javadoc problem. When that's sorted out, I'll get it synched to Central. Probably next week.

    Sorry for the hassle.

    https://oss.sonatype.org/content/repositories/comgooglecodesmartgwt-maven-plugin-1007

    Leave a comment:


  • rolf.woll
    replied
    Staging repository?

    When trying to access the staging repository for the 4.0p version, I get the following error:

    Repository with ID="pathPrefixOrId: 'comgooglecodesmartgwt-maven-plugin-1006'" not found

    Should I use another repository? If so, which?

    Thanks
    Rolf

    Leave a comment:


  • jpappalardo
    replied
    Originally posted by bbruyn View Post
    Can you be any more specific about what seems to be missing?
    The artifact com.isomorphic.smartgwt:smartgwt-eval has no javadoc deployed with it

    Leave a comment:


  • bbruyn
    replied
    Originally posted by jpappalardo View Post
    The only issue I have found is that pulling 4.0 eval does not end up deploying java docs for the core sgwt jars.
    Can you be any more specific about what seems to be missing?

    Leave a comment:


  • Niels_EMP
    replied
    THANKS!

    I'm an idiot. It totally works :)

    Leave a comment:


  • jpappalardo
    replied
    The only issue I have found is that pulling 4.0 eval does not end up deploying java docs for the core sgwt jars.

    Leave a comment:


  • bbruyn
    replied
    You don't get compression with Pro.

    http://www.smartclient.com/product/

    Leave a comment:

Working...
X