Ok.  More of a general question.  I found the spot in the code that loads
the properties and I see an easy insert.

Now, I'm used to dealing with xml through jdom, and (somewhat) the standard
dom.  Questions:

1) Is there a "standard" way to load xml files in a maven project, say
through some utility.
2) If not, is there a dependency already defined that I should be using code
from.
3) If not, and I need to add a dependency to the resources plugin, is there
a specific one I should use.

Thanks in advance...

On 4/6/06, Eric Redmond <[EMAIL PROTECTED]> wrote:
>
> http://maven.apache.org/contributing/help.html
>
> On 4/6/06, Kevin Galligan <[EMAIL PROTECTED]> wrote:
> >
> > Not sure how the submit process works...
> >
> > On 4/6/06, Eric Redmond <[EMAIL PROTECTED]> wrote:
> > >
> > > Current documentation states that filters are *.properties files. I
> have
> > > not
> > > heard of any change to this. It should be a relatively minor patch,
> why
> > > don't you submit the idea?
> > >
> > > Eric
> > >
> > > On 4/6/06, Kevin Galligan <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Is there any way to specify an xml file as the source of property
> > values
> > > > instead of a properties files...
> > > >
> > > > <build>
> > > >     <filters>
> > > >       <!-- Something like this ... -->
> > > >       <filter>src/main/filters/filter.xml</filter>
> > > >       <!-- End of special section.  Don't worry about the rest...
> -->
> > > >     </filters>
> > > >     <resources>
> > > >       <resource>
> > > >         <directory>src/main/resources</directory>
> > > >         <filtering>true</filtering>
> > > >       </resource>
> > > >     </resources>
> > > >   </build>
> > > >
> > > > We're specifying the replace file in a command line switch, and the
> > > > different files get out of date as new properties are added.  Having
> > an
> > > > xml
> > > > file would allow for an xml schema, and that would make it easier to
> > see
> > > > which files are out of date.
> > > >
> > > > Thanks
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Reply via email to