| Author |
Message |
|
mcamou
Joined: Mon Aug 22, 2011 2:32 pm Posts: 4
|
 When will 4.0 be available in the Maven repo?
Looking at http://repo1.maven.org/maven2/com/miglayout/miglayout/, the latest version available is 3.7.4. Now that 4.0 is out, when can we expect it to be available for us Maven users?
|
| Mon Aug 22, 2011 2:35 pm |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: When will 4.0 be available in the Maven repo?
Eventually. The new NAS doesn't support RSYNC without password so right now it doesn't upload it.
When time permits I will move the source to java.net though and from there it will automatically sync with Maven Central.
Cheers, Mikael
|
| Mon Aug 22, 2011 2:38 pm |
|
 |
|
cowwoc
Joined: Mon Aug 23, 2010 6:24 am Posts: 54
|
 Re: When will 4.0 be available in the Maven repo?
I recommend using Google Code over java.net (which is virtually dead). To publish to Maven Central simply follow these steps: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
If you've published to Maven Central in the past, you've already completed most of these steps.
|
| Sat Sep 03, 2011 2:10 am |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: When will 4.0 be available in the Maven repo?
Yeah, thanks. I've already gotten tired of java.net since there's virtually no info on their Maven upload.
Just in the process of moving now but I'll have some cycles in the next couple of days hopefully.
Cheers, Mikael
|
| Sat Sep 03, 2011 10:02 am |
|
 |
|
Boomahtrix
Joined: Wed Feb 11, 2009 11:25 am Posts: 9
|
 Re: When will 4.0 be available in the Maven repo?
Hello.
I can't find 4.0 anywhere. Has it been uploaded yet?
Thanks.
|
| Thu Nov 03, 2011 2:27 pm |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: When will 4.0 be available in the Maven repo?
A new delveloper is creating a new POM that will work bettern than the last one.
The code is also (or rather will be very soon) on Google Code.
As soon as Tom finds the time he will upload the project and release it to the central repo.
Thanks, Mikael
|
| Thu Nov 03, 2011 5:28 pm |
|
 |
|
shake
Joined: Mon Nov 21, 2011 7:07 pm Posts: 1
|
 Re: When will 4.0 be available in the Maven repo?
Just posting to show my support for this issue and to get updated as soon as MigLayout is available in Maven Central...
|
| Tue Nov 22, 2011 12:59 am |
|
 |
|
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 4:24 pm Posts: 2485 Location: Sweden
|
 Re: When will 4.0 be available in the Maven repo?
Hello,
I got some help from Tom and now 4.1 should be in the Maven central. It is the same as 4.0 but broken down a little differently. A JavafX version will be added shortly as well.
Can you guys check to see if it is working ok? I don't use Maven myself.
Cheers, Mikael
|
| Tue Nov 22, 2011 1:02 am |
|
 |
|
mcamou
Joined: Mon Aug 22, 2011 2:32 pm Posts: 4
|
 Re: When will 4.0 be available in the Maven repo?
Just checked. Still at 3.7.4 in Maven Central.
|
| Wed Nov 23, 2011 4:19 pm |
|
 |
|
tbee
Joined: Thu Oct 25, 2007 3:18 pm Posts: 96
|
 Re: When will 4.0 be available in the Maven repo?
mcamou wrote: Just checked. Still at 3.7.4 in Maven Central. Maybe you search for something special? Because my maven.org shows 4.1. http://search.maven.org/#search%7Cga%7C1%7Cmiglayout http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22miglayout-swing%22
|
| Wed Nov 23, 2011 8:46 pm |
|
 |
|
mcamou
Joined: Mon Aug 22, 2011 2:32 pm Posts: 4
|
 Re: When will 4.0 be available in the Maven repo?
Ah, I was looking directly in the repository at http://repo1.maven.org/maven2/com/miglayout/miglayout/ which doesn't work since MigLayout is now multiple artifacts. Now, which artifact(s) do I need to put as my project dependency, if I was previously using just the miglayout artifact?
|
| Wed Nov 23, 2011 9:10 pm |
|
 |
|
tbee
Joined: Thu Oct 25, 2007 3:18 pm Posts: 96
|
 Re: When will 4.0 be available in the Maven repo?
mcamou wrote: Ah, I was looking directly in the repository at http://repo1.maven.org/maven2/com/miglayout/miglayout/ which doesn't work since MigLayout is now multiple artifacts. Now, which artifact(s) do I need to put as my project dependency, if I was previously using just the miglayout artifact? Depends on what you are laying out. Swing? Swt? (And in the future JavaFX and I've got a feeling Android will be coming along as well...) Naturally you would need miglayout-swing for swing.
|
| Wed Nov 23, 2011 10:08 pm |
|
 |
|
mcamou
Joined: Mon Aug 22, 2011 2:32 pm Posts: 4
|
 Re: When will 4.0 be available in the Maven repo?
Got it. miglayout-swing works like a charm. Thanks!
|
| Fri Nov 25, 2011 6:15 pm |
|
|