Benson Margulies wrote: > I tried it myself (MSITE-409) and it didn't fix the whole problem. I > have attached my test project, stolen from the existing project, to > the JIRA. If I can find a better fix I will. > > How would one set up a unit test that actually, well, ran maven on a > test project?
It can be done, but it's rather a lot of work to set up. An alternative is to create an integration test, or IT for short. There are two ITs in the Site Plugin already. If you want to create one for this issue, put it in the folder /src/main/it/MSITE-409 and look at how the other two are set up. > > On Tue, Jul 14, 2009 at 1:16 PM, Dennis Lundberg<[email protected]> wrote: >> Benson Margulies wrote: >>> Dennis, >>> >>> Sorry about the leet-asterixes. It was a *moment of weakness*. >>> >>> One of the MSITE JIRAs has a near-patch in it. I'd be willing to turn >>> that into an actual patch and test it if that might advance the >>> process. >> Yes please, which one is that? >> I'll take care of applying any patch that you might come up with. >> >>> --benson >>> >>> On Tue, Jul 14, 2009 at 12:25 PM, Dennis Lundberg<[email protected]> wrote: >>>> Hi Benson, >>>> >>>> I'll get started on the release process for Maven Project Info Reports >>>> Plugin 2.1.2, which includes a fix for MPIR-160. >>>> >>>> The multi-module issues in the Site Plugin are difficult to fix. I had a >>>> look at several of the issues in JIRA, but was unable to solve them, sorry. >>>> >>>> Benson Margulies wrote: >>>>> *disapointment in the lack of a corresponding release for MPIR-160 and >>>>> the various multi-module issues* >>>>> >>>>> On Tue, Jul 14, 2009 at 9:54 AM, Dennis Lundberg<[email protected]> >>>>> wrote: >>>>>> The Maven team is pleased to announce the release of the Maven Site >>>>>> Plugin, version 2.0.1 >>>>>> >>>>>> The Site Plugin is used to generate a site for the project. >>>>>> >>>>>> http://maven.apache.org/plugins/maven-site-plugin/ >>>>>> >>>>>> You should specify the version in your project's plugin configuration: >>>>>> >>>>>> <plugin> >>>>>> <groupId>org.apache.maven.plugins</groupId> >>>>>> <artifactId>maven-site-plugin</artifactId> >>>>>> <version>2.0.1</version> >>>>>> </plugin> >>>>>> >>>>>> >>>>>> Release Notes - Maven 2.x Site Plugin - Version 2.0.1 >>>>>> >>>>>> ** Bug >>>>>> * [MSITE-394] - Deploying a staging site doesn't set the same >>>>>> permissions as when deploying a site >>>>>> >>>>>> ** Improvement >>>>>> * [MSITE-400] - Make repository id for stage-deploy configurable >>>>>> * [MSITE-413] - Add an ASF-compliant source release assembly >>>>>> >>>>>> >>>>>> Enjoy, >>>>>> >>>>>> -The Maven team >>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> 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] >>>>> >>>>> >>>> -- >>>> Dennis Lundberg >>>> >>>> --------------------------------------------------------------------- >>>> 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] >>> >>> >> >> -- >> Dennis Lundberg >> >> --------------------------------------------------------------------- >> 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] > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
