-
25 Jul 2008 4:20 AM #1
GXT on Maven Central repository
GXT on Maven Central repository
Hi,
It would be useful for Maven users (like me) if Ext GWT was available on the Maven central repository
.
Thanks in advance.
-
25 Jul 2008 6:18 AM #2
-
25 Jul 2008 6:55 AM #3
Mmm. This doesn't look up to date. It stops to 1.0 and the link to the POM is broken
-
25 Jul 2008 11:12 AM #4
Yes, it is for GXT 1.0.
But it should work as I used it recently.
Ideally Ext GWT team should upload any new versions to maven repo.
-
28 Jul 2008 2:21 AM #5
Well... actually it IS on Central repository : http://repo1.maven.org/maven2/com/extjs/gxt/

Thanks for the help Leonate and sorry.
-
25 Aug 2008 7:35 AM #6
Would be fine if latest release (1.0.2) was there too !
-
7 Oct 2008 1:19 AM #7
Who upload the artifacts to the Central repo ? Is it you, Darell ?
Some releases are missing, such as 1.0.2, 1.0.3 and 1.1.1
-
15 Oct 2008 9:36 PM #8lahuGuest
Who is uploading the library to the repo? 1.1.1 is still missing
thanks
Lars
-
16 Oct 2008 5:41 AM #9
I am also looking for the 1.1.1 version on the maven repo.
Who can help?
Thanks
Mark
-
17 Oct 2008 12:50 PM #10
You can put in in your own repo
You can put in in your own repo
Try this :
We have our repositories defined in ~/.m2/settings.xml.Code:mvn deploy:deploy-file -Dpackaging=jar -DartifactId=gxt -Dversion=1.1.1 -Dfile=gxt-1.1.1.jar -DgroupId=com.extjs.gxt -DgeneratePom=true -DrepositoryId=<your_id> -Durl=scp://server/our/repo/path
This works very well. No need to wait. Just run that from the dir where you unpacked gxt.


Reply With Quote