officially launch at JavaOne in Redwood Shores, CA [2]. If you're
attending or planning to attend JavaOne, please reach out as I’m planning a
Quality Outreach gathering.
To conclude, make sure to take a look at the heads-up below.
[1] https://jdk.java.net/24/
[2] https://javaone.com/
# Hea
].
Given the current state of affairs, it is a good time to start testing
your project(s) on JDK 20 Early-Access builds. To conclude, please make
sure to check the heads-up below, including the one covering JavaOne!
[1] https://mail.openjdk.org/pipermail/jdk-dev/2022-July/006803.html
[2] https
Cool. I'll be there as well.
On Sat, Jul 29, 2017 at 5:58 AM, Robert Scholte
wrote:
> Hi,
>
> Both my talk and the BOF have been accepted for JavaOne 2017.
> I will host the BOF session together with Manfred Moser.
> All are invited to join.
&g
Yeah. Congratulations !
Le sam. 29 juil. 2017 à 11:58, Robert Scholte a
écrit :
> Hi,
>
> Both my talk and the BOF have been accepted for JavaOne 2017.
> I will host the BOF session together with Manfred Moser.
> All are invited to join.
>
Hi,
Both my talk and the BOF have been accepted for JavaOne 2017.
I will host the BOF session together with Manfred Moser.
All are invited to join.
thanks,
Robert
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For
Hi,
>
> I'd like to send a proposal for a BOF session for this years JavaOne.
> If anyone wants to join, let me know.
>
> thanks,
> Robert
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apac
Hi,
I'd like to send a proposal for a BOF session for this years JavaOne.
If anyone wants to join, let me know.
thanks,
Robert
-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail:
On Mon, 26 Sep 2016 14:17:59 +0200, Stephen Connolly
wrote:
https://www.youtube.com/watch?v=Wef9p4ykNMM
Some questions Robert had:
1. Do we need module-info.java for src/main/test?
* Well if I'm creating a test-jar to allow reuse of the tests in
downstream
projects, then yes we do
So
https://www.youtube.com/watch?v=Wef9p4ykNMM
Some questions Robert had:
1. Do we need module-info.java for src/main/test?
* Well if I'm creating a test-jar to allow reuse of the tests in downstream
projects, then yes we do
2. Is Animal-Sniffer relevant now that we have --release N?
* Well more
sorry, I won't be at this one :(
I hope you'll have fun together
Regards,
Hervé
Le dimanche 11 octobre 2015 20:00:33 Robert Scholte a écrit :
> Hi,
>
> this I will be visiting Java One. Based on my experiences with other
> events this year I know that it is always good to meet other teammember
Hi,
this I will be visiting Java One. Based on my experiences with other
events this year I know that it is always good to meet other teammembers
and users of Maven.
Who else is going and wants to meet somewhere during the event?
cheers,
Robert
-
Morning/evening, all.
In case there are more of us in JavaOne, feel free to send me an email so
we can meet up for a chat, some drinks - or simply meeting and talking with
one another.
"The more, the merrier, the meeting."
--
+==+
| Bästa hälsningar,
|
alf of the year, so I'll be around. If anyone wants to
> have an informal meetup we can probably still arrange something.
>
> On Sep 16, 2013, at 5:31 AM, Martijn Verburg
> wrote:
>
> > Hi all,
> >
> > I was wondering if any of the core devs would be at
I live in the area half of the year, so I'll be around. If anyone wants to have
an informal meetup we can probably still arrange something.
On Sep 16, 2013, at 5:31 AM, Martijn Verburg wrote:
> Hi all,
>
> I was wondering if any of the core devs would be at JavaOne? Would be gr
Hi all,
I was wondering if any of the core devs would be at JavaOne? Would be great
to catch up!
Cheers,
Martijn
On 6-Feb-08, at 6:30 AM, Jim Bethancourt wrote:
Hi everyone,
I found out last week that my presentation proposal, "Migrating to
Maven 2
Demystified", was accepted for presentation at this year's JavaOne.
Nice.
In the
presentation, I will be showing how to Mavenize
Hi Siarhei,
I imagine they will be posted on the JavaOne website after the conference,
and I'll be sure they are added to the Maven docs area.
Cheers,
Jim
On Feb 6, 2008 2:18 PM, Siarhei Dudzin <[EMAIL PROTECTED]> wrote:
> Any chance of publishing the slides when possible (P
Any chance of publishing the slides when possible (PDF is fine too)?
On Feb 6, 2008 5:28 PM, Christian Edward Gruber <
[EMAIL PROTECTED]> wrote:
> No, but I will be submitting a talk about build systems (using Maven2
> as the implementation) and their effect on architecture and process
> change e
proposal, "Migrating to
Maven 2
Demystified", was accepted for presentation at this year's JavaOne.
In the
presentation, I will be showing how to Mavenize Google's Guice
framework one
step at a time, while being minimally invasive to the codebase as
possible.
It wil
Hi everyone,
I found out last week that my presentation proposal, "Migrating to Maven 2
Demystified", was accepted for presentation at this year's JavaOne. In the
presentation, I will be showing how to Mavenize Google's Guice framework one
step at a time, while being minim
Brian, I can't remember how well I documented it, but take a look in
components/trunk/maven-build-context. I'm already using that stuff in the
new lifecycle components, to store reports as they get executed...for use in
the site plugin.
It's far from an ideal solution, though. I'd much prefer to
On 14 May 07, at 9:00 AM 14 May 07, Brian E. Fox wrote:
Some items for the roadmap:
- add Java 5 support (possibly requiring Java 5 runtime)
- add global exclusions to dependency management
- make plugin dependency element consistent with normal dependency
element
- if group is omitted from t
>Some items for the roadmap:
>- add Java 5 support (possibly requiring Java 5 runtime)
>- add global exclusions to dependency management
>- make plugin dependency element consistent with normal dependency
>element
>- if group is omitted from the dependency element, assume it is that
>of the cu
As for the current build planner, I was going to fix it for forked
executions from reports, until we started discussing the refactoring of the
plugin manager. As for the config/binding for plugins invoked by plugins,
IMO it would be part of the master plugin in some form. Admittedly, this
form of
On 13/05/2007, at 8:05 PM, John Casey wrote:
I'd like to see what people think about cleaning up the plugin
manager for
use as a separate API.
+1 - we keep seeing the same concept popping up all over.
Not sure if it's needed for the first alpha, or even 2.1 itself though.
1. remove the s
;>>
>>> Jason.
>>>
>>>
>>> On 25 Apr 07, at 12:14 PM 25 Apr 07, Carlos Sanchez wrote:
>>>
>>>> I'll be at J1 too
>>>>
>>>> On 4/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>>>>> Hi,
>&g
4/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
Hi,
We can certainly continue any discussions from ApacheCon at
JavaOne
and I have chatted with the folks at Terracotta and they would be
happy to put us up for a couple days in one of their conference
rooms
where we can work and hol
sions.
Thanks,
Jason.
On 25 Apr 07, at 12:14 PM 25 Apr 07, Carlos Sanchez wrote:
I'll be at J1 too
On 4/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
Hi,
We can certainly continue any discussions from ApacheCon at JavaOne
and I have chatted with the folks at Terracotta and they would
7, at 12:14 PM 25 Apr 07, Carlos Sanchez wrote:
I'll be at J1 too
On 4/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
Hi,
We can certainly continue any discussions from ApacheCon at JavaOne
and I have chatted with the folks at Terracotta and they would be
happy to put us up for a co
ssions from ApacheCon at JavaOne
and I have chatted with the folks at Terracotta and they would be
happy to put us up for a couple days in one of their conference rooms
where we can work and hold a BOF if we so choose. We can also have a
conference room for a 2-3 days in succession so we have a place
I'll be at J1 too
On 4/25/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
Hi,
We can certainly continue any discussions from ApacheCon at JavaOne
and I have chatted with the folks at Terracotta and they would be
happy to put us up for a couple days in one of their conference rooms
w
Hi,
We can certainly continue any discussions from ApacheCon at JavaOne
and I have chatted with the folks at Terracotta and they would be
happy to put us up for a couple days in one of their conference rooms
where we can work and hold a BOF if we so choose. We can also have a
conference
Hi,
More conference stuff. For JavaOne I have submitted a talk about Team
Collaboration and Developer productivity and a talk on a large Ant
conversion and the benefits derived from the conversion. This talk
will be co-presented by an Architect at the large financial services
company for
33 matches
Mail list logo