Discussion:
[dash-dev] Time to clean up the committer list
Wayne Beaton
2012-12-20 23:18:28 UTC
Permalink
If you are a Dash committer, please let me know (by responding to this
note) that you'd like to remain a committer on Dash.

FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).

The Dash project itself has three Git repositories containing mostly
Maven-related stuff:

org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git

While we're at it... what is the status of the Maven-related stuff?

Wayne
--
Wayne Beaton
The Eclipse Foundation
Twitter: @waynebeaton
Explore Eclipse Projects <http://www.eclipse.org/projects>
EclipseCon 2013 <http://www.eclipsecon.org/2013>
Jesse McConnell
2012-12-20 23:27:16 UTC
Permalink
maven stuff is largely just waiting around for CBI to make proper parent
poms and the like...and to address the signing issue

in the meantime the signing maven plugin does its job for whoever needs it
:)

jesse

--
jesse mcconnell
Post by Wayne Beaton
**
If you are a Dash committer, please let me know (by responding to this
note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).
The Dash project itself has three Git repositories containing mostly
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects <http://www.eclipse.org/projects>
[image: EclipseCon 2013] <http://www.eclipsecon.org/2013>
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
Igor Fedorenko
2012-12-21 15:57:13 UTC
Permalink
What cbi signing issue?

FWIW, I signed m2e kepler m4 artifacts with the cbi signing plugin
without any problem. It "just worked" both for pure maven projects and
for tycho projects.

--
Regards,
Igor
Post by Jesse McConnell
maven stuff is largely just waiting around for CBI to make proper parent
poms and the like...and to address the signing issue
in the meantime the signing maven plugin does its job for whoever needs
it :)
jesse
--
jesse mcconnell
__
If you are a Dash committer, please let me know (by responding to
this note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).
The Dash project itself has three Git repositories containing mostly
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects <http://www.eclipse.org/projects>
EclipseCon 2013 <http://www.eclipsecon.org/2013>
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
Jesse McConnell
2012-12-21 16:01:57 UTC
Permalink
igor, is that signing plugin in central for general use? I haven't paid
much attention to CBI beyond the occasion eavesdropping to see when orbit
might make it someplace useful. It is nice to hear that there is another
solution to signing, we'll have to take a look at some point and
incorporate it for our signing.

Wayne, based on that info, I suppose I don't need dash commit anymore

jesse

--
jesse mcconnell
Post by Igor Fedorenko
What cbi signing issue?
FWIW, I signed m2e kepler m4 artifacts with the cbi signing plugin
without any problem. It "just worked" both for pure maven projects and
for tycho projects.
--
Regards,
Igor
Post by Jesse McConnell
maven stuff is largely just waiting around for CBI to make proper parent
poms and the like...and to address the signing issue
in the meantime the signing maven plugin does its job for whoever needs
it :)
jesse
--
jesse mcconnell
__
If you are a Dash committer, please let me know (by responding to
this note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).
The Dash project itself has three Git repositories containing mostly
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects <http://www.eclipse.org/**projects<http://www.eclipse.org/projects>
EclipseCon 2013 <http://www.eclipsecon.org/**2013<http://www.eclipsecon.org/2013>
______________________________**_________________
dash-dev mailing list
https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
______________________________**_________________
dash-dev mailing list
https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
______________________________**_________________
dash-dev mailing list
https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
Igor Fedorenko
2012-12-21 17:25:10 UTC
Permalink
org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin plugin
development was sponsored by eclipse cbi effort, so I used
"org.eclipse.cbi.maven.plugins" group id.

The plugin is specific to eclipse infrastructure, so I don't think it
makes too much sense to publish it to Central (although I can, if
somebody comes up with compelling reason). I made the plugin available
from m2e download area for now.

The plugin implements just the singing part, it does not do pack200
normalize/pack. Similarly to maven-jarsigner-plugin, it works on
per-artifact basis, not on repositories.

As I said, it works quite nicely for m2e and overall build runs much
faster (about 10x, iirc) with the cbi signing plugin compared to the
dash plugin.

--
Regards,
Igor
Post by Jesse McConnell
igor, is that signing plugin in central for general use? I haven't paid
much attention to CBI beyond the occasion eavesdropping to see when
orbit might make it someplace useful. It is nice to hear that there is
another solution to signing, we'll have to take a look at some point and
incorporate it for our signing.
Wayne, based on that info, I suppose I don't need dash commit anymore
jesse
--
jesse mcconnell
On Fri, Dec 21, 2012 at 12:57 PM, Igor Fedorenko
What cbi signing issue?
FWIW, I signed m2e kepler m4 artifacts with the cbi signing plugin
without any problem. It "just worked" both for pure maven projects and
for tycho projects.
--
Regards,
Igor
maven stuff is largely just waiting around for CBI to make proper parent
poms and the like...and to address the signing issue
in the meantime the signing maven plugin does its job for whoever needs
it :)
jesse
--
jesse mcconnell
__
If you are a Dash committer, please let me know (by responding to
this note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).
The Dash project itself has three Git repositories containing mostly
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the
Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects <http://www.eclipse.org/__projects
<http://www.eclipse.org/projects>>
EclipseCon 2013 <http://www.eclipsecon.org/__2013
<http://www.eclipsecon.org/2013>>
_________________________________________________
dash-dev mailing list
https://dev.eclipse.org/__mailman/listinfo/dash-dev
<https://dev.eclipse.org/mailman/listinfo/dash-dev>
_________________________________________________
dash-dev mailing list
https://dev.eclipse.org/__mailman/listinfo/dash-dev
<https://dev.eclipse.org/mailman/listinfo/dash-dev>
_________________________________________________
dash-dev mailing list
https://dev.eclipse.org/__mailman/listinfo/dash-dev
<https://dev.eclipse.org/mailman/listinfo/dash-dev>
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
Jesse McConnell
2012-12-21 17:30:42 UTC
Permalink
ah, the one I use does the pack and repack goop based on a repository...we
do that since we are effectively just signing stuff we have already
deployed to central as part of our release...

so nevermind my nevermind Wayne...leave me as a dash committer for the time
being in case something comes up with the other signing plugin

cheers,
jesse

--
jesse mcconnell
org.eclipse.cbi.maven.plugins:**eclipse-jarsigner-plugin plugin
development was sponsored by eclipse cbi effort, so I used
"org.eclipse.cbi.maven.**plugins" group id.
The plugin is specific to eclipse infrastructure, so I don't think it
makes too much sense to publish it to Central (although I can, if
somebody comes up with compelling reason). I made the plugin available
from m2e download area for now.
The plugin implements just the singing part, it does not do pack200
normalize/pack. Similarly to maven-jarsigner-plugin, it works on
per-artifact basis, not on repositories.
As I said, it works quite nicely for m2e and overall build runs much
faster (about 10x, iirc) with the cbi signing plugin compared to the
dash plugin.
--
Regards,
Igor
Post by Jesse McConnell
igor, is that signing plugin in central for general use? I haven't paid
much attention to CBI beyond the occasion eavesdropping to see when
orbit might make it someplace useful. It is nice to hear that there is
another solution to signing, we'll have to take a look at some point and
incorporate it for our signing.
Wayne, based on that info, I suppose I don't need dash commit anymore
jesse
--
jesse mcconnell
On Fri, Dec 21, 2012 at 12:57 PM, Igor Fedorenko
What cbi signing issue?
FWIW, I signed m2e kepler m4 artifacts with the cbi signing plugin
without any problem. It "just worked" both for pure maven projects and
for tycho projects.
--
Regards,
Igor
maven stuff is largely just waiting around for CBI to make proper parent
poms and the like...and to address the signing issue
in the meantime the signing maven plugin does its job for whoever needs
it :)
jesse
--
jesse mcconnell
__
If you are a Dash committer, please let me know (by responding to
this note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).
The Dash project itself has three Git repositories containing mostly
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the
Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects <http://www.eclipse.org/__**
projects <http://www.eclipse.org/__projects>
<http://www.eclipse.org/**projects<http://www.eclipse.org/projects>
EclipseCon 2013 <http://www.eclipsecon.org/__**2013<http://www.eclipsecon.org/__2013>
<http://www.eclipsecon.org/**2013<http://www.eclipsecon.org/2013>
______________________________**___________________
dash-dev mailing list
https://dev.eclipse.org/__**mailman/listinfo/dash-dev<https://dev.eclipse.org/__mailman/listinfo/dash-dev>
<https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
______________________________**___________________
dash-dev mailing list
https://dev.eclipse.org/__**mailman/listinfo/dash-dev<https://dev.eclipse.org/__mailman/listinfo/dash-dev>
<https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
______________________________**___________________
dash-dev mailing list
https://dev.eclipse.org/__**mailman/listinfo/dash-dev<https://dev.eclipse.org/__mailman/listinfo/dash-dev>
<https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
______________________________**_________________
dash-dev mailing list
https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
______________________________**_________________
dash-dev mailing list
https://dev.eclipse.org/**mailman/listinfo/dash-dev<https://dev.eclipse.org/mailman/listinfo/dash-dev>
Anne Jacko
2012-12-21 00:07:48 UTC
Permalink
Wayne I don't think I need to be a Dash committer anymore. Thanks.

Anne
If you are a Dash committer, please let me know (by responding to this note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is actually a separate subproject (technology.dash.dashboard).
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects
<480x60.png>
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
David Carver
2012-12-21 00:20:57 UTC
Permalink
You can remove me from Dash Dev. Unfortunately, I need to start pairing
back what I'm committed to, so Dash Dev is one of those items.

Dave
Post by Anne Jacko
Wayne I don't think I need to be a Dash committer anymore. Thanks.
Anne
Post by Wayne Beaton
If you are a Dash committer, please let me know (by responding to
this note) that you'd like to remain a committer on Dash.
FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).
org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git
While we're at it... what is the status of the Maven-related stuff?
Wayne
--
Wayne Beaton
The Eclipse Foundation
Explore Eclipse Projects <http://www.eclipse.org/projects>
<480x60.png> <http://www.eclipsecon.org/2013>
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
_______________________________________________
dash-dev mailing list
https://dev.eclipse.org/mailman/listinfo/dash-dev
Aaron Digulla
2012-12-21 09:37:01 UTC
Permalink
Post by Wayne Beaton
If you are a Dash committer, please let me know (by responding to this
note) that you'd like to remain a committer on Dash.
Pong.
Post by Wayne Beaton
While we're at it... what is the status of the Maven-related stuff?
I'm still working and mt4e. I'm actively using it but I currently
don't have the time to bundle a release (which would mostly by writing
the documentation) :-(

Regards,
--
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://www.pdark.de/ http://blog.pdark.de/
Sharon Corbett
2012-12-21 13:51:37 UTC
Permalink
Hi Wayne: I do not require commit access to Dash for moving forward!


Thanks,
Sharon



Sharon Corbett

Intellectual Property

Eclipse Foundation Inc.



_____

From: dash-dev-***@eclipse.org [mailto:dash-dev-***@eclipse.org] On
Behalf Of Wayne Beaton
Sent: December-20-12 6:18 PM
To: dash-***@eclipse.org
Subject: [dash-dev] Time to clean up the committer list



If you are a Dash committer, please let me know (by responding to this note)
that you'd like to remain a committer on Dash.

FWIW, the Dashboard, what most people tend to think of as "Dash", is
actually a separate subproject (technology.dash.dashboard).

The Dash project itself has three Git repositories containing mostly
Maven-related stuff:

org.eclipse.dash.m4e.tools.git
org.eclipse.dash.maven.git
org.eclipse.dash.test.git

While we're at it... what is the status of the Maven-related stuff?

Wayne
--
Wayne Beaton
The Eclipse Foundation
Twitter: @waynebeaton
Explore Eclipse Projects <http://www.eclipse.org/projects>
<http://www.eclipsecon.org/2013> EclipseCon
2013
Continue reading on narkive:
Loading...