So I intended also to ask if I should maybe be looking at anything else. Consider it asked. -K

On Jul 4, 2008, at 9:53 AM, Kathryn Huxtable wrote:

Yes, I did. It got downloaded, along with the newer doxia. I assume it's getting used.

I think it's good practice to specify the version on your build and reporting plugins to ensure repeatability of builds.

-K

On Jul 3, 2008, at 3:30 PM, Dennis Lundberg wrote:

Kathryn Huxtable wrote:
I don't see that MSITE-274 (spaces added) is fixed. I'm still getting the extra spaces. -K

I don't get the extra spaces when I specify version 2.0-beta-7. Did you explicitly say this in your POM?

<project>
...
<build>
  <plugins>
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-site-plugin</artifactId>
      <version>2.0-beta-7</version>
    </plugin>
    ...
  </plugins>
</build>
...
</project>

On Jul 3, 2008, at 12:34 AM, Dennis Lundberg wrote:
The Maven team is pleased to announce the release of the Maven Site
Plugin, version 2.0-beta-7

The Maven 2 Site plugin is used to generate a site for the project. The generated site also includes the project's report distributions that was
configured in the <reporting> section of the pom.

http://maven.apache.org/plugins/maven-site-plugin/

You can run mvn -up to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>

Release Notes - Maven 2.x Site Plugin - Version 2.0-beta-7


** Bug
* [MSITE-25] - mvn site:deploy and site:stage-deploy ignores server
configuration in settings.xml
 * [MSITE-143] - SCP works for deploy goal, but not for site-deploy
 * [MSITE-174] - Default bundle used not correct
 * [MSITE-211] - Can't deploy site using site:deploy due to a
ProxyHTTP error
 * [MSITE-262] - site.xml not inherited if build run from parent
 * [MSITE-270] - site.xml: menus inherited that should not
 * [MSITE-271] - Page title reads Introduction to $project.name
* [MSITE-274] - space/newline added after added after anchor, link,
bold, italic and monospaced tags
 * [MSITE-304] - site:stage-deploy creates different directory
structure than site:site
 * [MSITE-313] - Use proper file encoding when storing site
descriptor in local repo
 * [MSITE-316] - Broken links to submodules when staging site
* [MSITE-317] - User proper encoding when interpolating site descriptor
 * [MSITE-341] - 'nonProxyHosts' element is not handled when we
deploy a site

** Improvement
 * [MSITE-199] - Add publishDate position "none"
 * [MSITE-280] - Fix FAQ entry about staging
 * [MSITE-281] - Employ consistent typesetting/formatting
 * [MSITE-290] - Move logic from AbstractSiteMojo and
AbstractSiteRenderingMojo for Doxia related stuff
 * [MSITE-292] - Swedish translation for the site
 * [MSITE-303] - Discard invalid characters from directory name
generated for staging site
 * [MSITE-314] - use ${project.build.sourceEncoding} as default
value for "inputEncoding" parameter

** New Feature
 * [MSITE-212] - Catalan Language
 * [MSITE-251] - tr locale support
 * [MSITE-328] - Danish internationalization properties file

** Task
 * [MSITE-327] - Use Doxia 1.0-alpha-11
 * [MSITE-335] - Use maven-doxia-tools 1.0.1

Enjoy,

-The Maven team

---------------------------------------------------------------------
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]



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

Reply via email to