ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

Make gwt-mosaic available in the maven repo #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if you can add the gwt-mosaic library to the maven
repository for better distribution in projects that are using the gwt-maven
plugin (like the project that I am planing).

P.S. great work with this library. You becoming more and more a real
alternative for the commercial libraries like ext-gwt.

Original issue reported on code.google.com by mlegenha...@gmail.com on 16 Oct 2008 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by georgopo...@gmail.com on 23 Oct 2008 at 4:47

GoogleCodeExporter commented 9 years ago
Please have a look here:

http://repository.jboss.org/maven2/com/googlecode/gwtmosaic/gwt-mosaic-gwtx/

Kind Regards,
George.

Original comment by georgopo...@gmail.com on 20 May 2009 at 9:20

GoogleCodeExporter commented 9 years ago
The jboss repository has moved. The mosaic artifacts can now be found here:
https://repository.jboss.org/nexus/content/groups/public/com/googlecode/gwtmo
saic/

Maven setup would like this:

<!-- Mosaic -->
        <dependency>
            <groupId>com.googlecode.gwtmosaic</groupId>
            <artifactId>gwt-mosaic</artifactId>
            <version>${mosaic.version}</version>
        </dependency>
        <dependency>
            <groupId>com.googlecode.gwtmosaic</groupId>
            <artifactId>gwt-beans-binding</artifactId>
            <version>${mosaic.version}</version>
        </dependency>
        <dependency>
            <groupId>com.googlecode.gwtmosaic</groupId>
            <artifactId>gwt-dnd</artifactId>
            <version>${mosaic.version}</version>
        </dependency>

        <dependency>
            <groupId>com.googlecode.gwtmosaic</groupId>
            <artifactId>gwtx</artifactId>
            <version>${mosaic.version}</version>
        </dependency>

Original comment by myownwas...@googlemail.com on 6 May 2010 at 10:34

GoogleCodeExporter commented 9 years ago
I can find any archetype_catalog.xml containing the descriptions for mosaic and 
its 
dependencies. I've looked in:
https://repository.jboss.org/nexus/content/groups/public/com/googlecode/gwtmosai
c/
http://repository.jboss.org/maven2/com/googlecode/gwtmosaic/gwt-mosaic-gwtx/
http://repo.logical-analytics.co.uk/artifactory/libs-releases/
but none of the repositories descriptions contain the mosaic 

Original comment by vincent....@gmail.com on 6 Jun 2010 at 9:20

GoogleCodeExporter commented 9 years ago
Ok, I've finally had it working
by looking there:
https://repository.jboss.org/nexus/index.html#view-repositories;central
you can easily find where is the repository exactly. Quite useful

Original comment by vincent....@gmail.com on 6 Jun 2010 at 10:33