Sunday, December 6, 2015

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

hi there, i'm considering moving  to gwt2.8 for (mostly because of jdk8) and switching to Thomas's plugin, i have several separate gwt modules in webapp-client-module, in the mojo plugin i can put it like this:
 <build>
        <plugins>
            <plugin>
<groupId>org.codehaus.mojo</groupId>
                <artifactId>gwt-maven-plugin</artifactId>
                <configuration>
                    <modules>
                        <module>com.app.client.module1</module>
                        <module>com.app.client.module2</module>
                        <module>com.app.client.module3</module>
                    </modules>
</plugin>

....

</plugins>
</build>

what would be the alternative for thomas's plugin ? do i need to create separate profiles for each module ?

thanx

On Mon, Nov 23, 2015 at 11:17 AM, Bruno Salmon <bruno.salmon1@gmail.com> wrote:
Thanks Thomas, I will continue on that tread


Le lundi 23 novembre 2015 10:44:15 UTC+1, Thomas Broyer a écrit :


On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote:
Thanks Thomas, maven can now download the plugin with the correct repository url you gave me, a step forward to 2.8 :-)

However, this is now the gwt-user actifact itself that fails to download (this time in the google-snapshots repository) due to this unresolved dependency: 
Failure to find com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/google-snapshots/
And indeed, there is no "jsinterop" repository under https://oss.sonatype.org/content/repositories/google-snapshots/com/google/

Any idea what's wrong?


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment