On Thu, 2003-06-26 at 08:23, Michal Maczka wrote:
> I like this idea!

I agree, that is a good idea. It definitely allows using the same tools
throughout the source code. Having the little niggly bits for reading
plugin.jelly and plugin.properties causes some problems internally.

I think this is the best idea so far.

> mm
> 
> > -----Original Message-----
> > From: Mark H. Wilkinson [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, June 26, 2003 11:10 AM
> > To: Maven Developers List
> > Subject: Re: Aligning plugin artifacts with normal projects
> > 
> > On Wed, 2003-06-25 at 22:58, Jason van Zyl wrote:
> > > Hi,
> > >
> > > We had a quick chat in IRC about aligning plugin artifacts with normal
> > > Maven Projects. By this I mean using maven.xml instead of plugin.jelly
> > > and the simple project.properties instead of plugin.properties.
> > 
> > Responses seem to be suggesting that it's not unheard of for a plugin
> > project to use maven.xml and project.properties at build time. I'd have
> > thought the obvious solution to make this all more consistent would be
> > to move the run-time executable parts of the plugin somewhere under the
> > src directory rather than having everything dumped in the project root
> > as at the moment:
> > 
> > plugin
> >   project.xml
> >   project.properties
> >   maven.xml
> >   /src
> >     /java
> >       /org...
> >     /maven
> >       maven.xml
> >       project.properties
> >   /xdocs
> > 
> > This would tighten up the distinction between project metadata and
> > build-time stuff (project root) and run-time artifacts (somewhere under
> > src).
> > 
> > -Mark.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to