Okay, I renamed my entire repository and started from scratch. After several attempts with strange results, I removed the maven-site-plugin directory from my local repository and ran the command at the head of the attached file. I'm also attaching my pom.

Note that it downloads both the beta-6 and beta-7 versions of site, then throws an exception in the site plugin.

If I do exactly the same run again, no exceptions are thrown, it completes successfully, but seems to be running the beta-6 release.

-K
bash-3.2$ mvn -Dmaven.test.skip=true -e clean site
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building LDAP Provisioning Connector
[INFO]    task-segment: [clean, site]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /Users/huxtable/dev/workspace/ldappc/target
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom
10K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.jar
118K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
11K downloaded
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.jar
121K downloaded
[INFO] Reloading plugin container for: 
org.apache.maven.plugins:maven-site-plugin. The plugin artifact has changed.
[INFO] Setting property: classpath.resource.loader.class => 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] ************************************************************** 
... Eliding lots of Velocity and other info messages ...
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 
'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site': Unable to find 
the mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site' in the 
plugin 'org.apache.maven.plugins:maven-site-plugin'
Component descriptor cannot be found in the component repository: 
org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the 
plugin manager executing goal 
'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site': Unable to find 
the mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site' in the 
plugin 'org.apache.maven.plugins:maven-site-plugin'
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:562)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.PluginManagerException: Unable to find the 
mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site' in the plugin 
'org.apache.maven.plugins:maven-site-plugin'
        at 
org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:618)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:429)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more
Caused by: 
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
Component descriptor cannot be found in the component repository: 
org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-site-plugin:2.0-beta-6:site.
        at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:323)
        at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:312)
        at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440)
        at 
org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:609)
        ... 18 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52 seconds
[INFO] Finished at: Fri Jul 04 11:47:08 CDT 2008
[INFO] Final Memory: 34M/63M
[INFO] ------------------------------------------------------------------------
bash-3.2$ 
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>edu.internet2.middleware.ldappc</groupId>
  <artifactId>ldappc</artifactId>
  <version>1.2.0-SNAPSHOT</version>
  <name>LDAP Provisioning Connector</name>
  <description>Ldappc provisions LDAP membership, group, and privilege data from Grouper and Signet.</description>
  <url>https://wiki.internet2.edu/confluence/display/i2miCommon/Home</url>
  <issueManagement>
    <system>JIRA</system>
    <url>https://bugs.internet2.edu/jira/browse/MCO</url>
  </issueManagement>
  <inceptionYear>2006</inceptionYear>
  <developers>
    <developer>
      <id>tbarton</id>
      <name>Tom Barton</name>
      <organization>The University of Chicago</organization>
      <organizationUrl>http://www.uchicago.edu/</organizationUrl>
      <email>[EMAIL PROTECTED]</email>
      <roles>
        <role>manager</role>
      </roles>
      <timezone>-6</timezone>
    </developer>
    <developer>
      <id>khuxtable</id>
      <name>Kathryn Huxtable</name>
      <organization>Independent</organization>
      <organizationUrl>http://www.kathrynhuxtable.org/</organizationUrl>
      <email>[EMAIL PROTECTED]</email>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>-6</timezone>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Chris Hyzer</name>
      <organization>University of Pennsylvania</organization>
    </contributor>
    <contributor>
      <name>Dave Donnelly</name>
      <organization>Stanford University</organization>
    </contributor>
    <contributor>
      <name>Shilen Patel</name>
      <organization>Duke University</organization>
    </contributor>
    <contributor>
      <name>Michael Gettes</name>
      <organization>MIT</organization>
    </contributor>
  </contributors>
  <licenses>
    <license>
      <name>Apache 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <organization>
    <name>Internet2</name>
    <url>http://www.internet2.edu/</url>
  </organization>
  <mailingLists>
    <mailingList>
      <name>Grouper Users</name>
      <subscribe>https://wiki.internet2.edu/confluence/display/GrouperWG/Contact+Information</subscribe>
      <unsubscribe>https://wiki.internet2.edu/confluence/display/GrouperWG/Contact+Information</unsubscribe>
      <post>[EMAIL PROTECTED]</post>
      <archive>https://mail.internet2.edu/wws/arc/grouper-users</archive>
    </mailingList>
    <mailingList>
      <name>Grouper Development</name>
      <subscribe>https://wiki.internet2.edu/confluence/display/GrouperWG/Contact+Information</subscribe>
      <unsubscribe>https://wiki.internet2.edu/confluence/display/GrouperWG/Contact+Information</unsubscribe>
      <post>[EMAIL PROTECTED]</post>
      <archive>https://mail.internet2.edu/wws/arc/grouper-dev</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvs/i2mi:ldappc-mvn</connection>
    <developerConnection>scm:cvs:rsh:[EMAIL PROTECTED]:/home/cvs/i2mi:ldappc-mvn</developerConnection>
    <tag>HEAD</tag>
    <url>http://viewvc.internet2.edu/viewvc.py/ldappc-mvn/?root=I2MI</url>
  </scm>
  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <version>2.0-beta-7</version>
        <configuration>
          <locales>en</locales>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.2</version>
        <configuration>
          <links>
            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
          </links>
          <quiet>true</quiet>
          <author>false</author>
          <version>true</version>
          <doctitle>${project.name} ${project.version} Java API.</doctitle>
          <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jxr-plugin</artifactId>
        <version>2.1</version>
        <configuration>
          <outputDirectory>${project.reporting.outputDirectory}/xref</outputDirectory>
          <doctitle>${project.name} ${project.version} Code Cross-Reference</doctitle>
          <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
          <javadocDir>${project.reporting.outputDirectory}/apidocs</javadocDir>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>2.1</version>
        <configuration>
          <encoding>UTF-8</encoding>
          <configLocation>src/checkstyle/checkstyle.xml</configLocation>
          <outputDirectory>${project.reporting.outputDirectory}/style</outputDirectory>
          <enableRSS>false</enableRSS>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
          <outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>2.0.1</version>
        <reportSets>
          <reportSet>
            <reports>
              <report>summary</report>
              <report>dependencies</report>
              <report>dependency-convergence</report>
              <report>project-team</report>
              <report>mailing-list</report>
              <report>issue-tracking</report>
              <report>license</report>
              <report>scm</report>
            </reports>
          </reportSet>
        </reportSets>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>taglist-maven-plugin</artifactId>
        <version>2.0</version>
        <configuration>
          <tags>
            <tag>TODO</tag>
            <tag>FIXME</tag>
          </tags>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-pmd-plugin</artifactId>
        <version>2.2</version>
        <configuration>
          <targetJdk>1.5</targetJdk>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <version>2.2</version>
      </plugin>
    </plugins>
  </reporting>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0.2</version>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
          <debug>true</debug>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.2</version>
        <configuration>
          <archive>
            <manifest>
              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
            </manifest>
            <manifestEntries>
              <url>${pom.url}</url>
            </manifestEntries>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
          <argLine>-Xmx300M</argLine>
          <includes>
            <include>**/AllJUnitTests.java</include>
          </includes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>runInPlace</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <build>
        <plugins>
	      <plugin>
	        <groupId>org.apache.maven.plugins</groupId>
	        <artifactId>maven-assembly-plugin</artifactId>
	        <version>2.2-beta-2</version>
	        <configuration>
	          <finalName>.</finalName>
	          <appendAssemblyId>false</appendAssemblyId>
	          <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
	          <descriptors>
	            <descriptor>src/assemble/runInPlace.xml</descriptor>
	          </descriptors>
	        </configuration>
	        <executions>
	          <execution>
	            <id>make-assembly</id>
	            <phase>package</phase>
	            <goals>
	              <goal>directory-single</goal>
	            </goals>
	          </execution>
	        </executions>
	      </plugin>
        </plugins>
      </build>
    </profile>
    <profile>
      <id>distribution</id>
      <build>
        <plugins>
	      <plugin>
	        <groupId>org.apache.maven.plugins</groupId>
	        <artifactId>maven-assembly-plugin</artifactId>
	        <version>2.2-beta-2</version>
	        <configuration>
	          <tarLongFileMode>gnu</tarLongFileMode>
	          <ignoreDirFormatExtensions>false</ignoreDirFormatExtensions>
	          <descriptors>
	            <descriptor>src/assemble/bin.xml</descriptor>
	            <descriptor>src/assemble/src.xml</descriptor>
	            <descriptor>src/assemble/site.xml</descriptor>
	          </descriptors>
	        </configuration>
	        <executions>
	          <execution>
	            <id>make-assembly</id>
	            <phase>package</phase>
	            <goals>
	              <goal>single</goal>
	            </goals>
	          </execution>
	        </executions>
	      </plugin>
        </plugins>
      </build>
    </profile>
    <profile>
      <id>binary</id>
      <build>
        <plugins>
	      <plugin>
	        <groupId>org.apache.maven.plugins</groupId>
	        <artifactId>maven-assembly-plugin</artifactId>
	        <version>2.2-beta-2</version>
	        <configuration>
	          <tarLongFileMode>gnu</tarLongFileMode>
	          <ignoreDirFormatExtensions>false</ignoreDirFormatExtensions>
	          <descriptors>
	            <descriptor>src/assemble/bin.xml</descriptor>
	          </descriptors>
	        </configuration>
	        <executions>
	          <execution>
	            <id>make-assembly</id>
	            <phase>package</phase>
	            <goals>
	              <goal>single</goal>
	            </goals>
	          </execution>
	        </executions>
	      </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
  <dependencies>
    <dependency>
      <groupId>org.apache.directory.server</groupId>
      <artifactId>apacheds-core</artifactId>
      <version>1.0.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>edu.internet2.middleware.ldappc</groupId>
      <artifactId>apacheds-ldappc-schema</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.directory.server</groupId>
      <artifactId>apacheds-server-unit</artifactId>
      <version>1.0.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-digester</groupId>
      <artifactId>commons-digester</artifactId>
      <version>1.8</version>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>edu.internet2.middleware.grouper</groupId>
      <artifactId>grouper</artifactId>
      <version>1.3.0</version>
    </dependency>
    <dependency>
      <groupId>jug</groupId>
      <artifactId>jug</artifactId>
      <version>1.1.2</version>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.12</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.5.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>1.8.0.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>edu.internet2.middleware.signet</groupId>
      <artifactId>signet-api</artifactId>
      <version>1.3.0-RC1</version>
    </dependency>
    <dependency>
      <groupId>edu.internet2.middleware.subject</groupId>
      <artifactId>subject</artifactId>
      <version>0.3.1</version>
    </dependency>
  </dependencies>
  <properties>
    <runner.extraJvmArguments>-Xmx256m</runner.extraJvmArguments>
  </properties>
</project>


On Jul 4, 2008, at 10:56 AM, Kathryn Huxtable wrote:

Okay, I deleted the older site plugins from my local repo and rebuild the site. It downloaded version 2.0-beta-6, despite my having, so far as I know, no references to it, and a specific reference to 2.0-beta-7 in my pom.xml file.

I'm bewildered. Surely there are no transitive reporting dependencies in single module projects...

-K

On Jul 4, 2008, at 10:49 AM, Kathryn Huxtable wrote:

If you want to try it out, the code is available at

$ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs/i2mi login
$ cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvs/i2mi co ldappc-mvn

The tests are broken at the moment, but not relevant for the site, so adding -Dmaven.test.skip=true will be necessary.

-K

On Jul 4, 2008, at 10:44 AM, Kathryn Huxtable wrote:

I can say, having looked at the HTML produced, that all the anchor tags have newlines following them. This is generating the extra space.

For instance, the APT text

After reading this document, if you desire more detailed design information, go to
{{{design.html}Design}}.
Depending on your interest, you may also wish to go to
{{{deployment-guide.html}Deployment Guide}} or {{{user- manual.html}User Manual}}.

Turns into

After reading this document, if you desire more detailed design information, go to <a href="design.html">Design</a> . Depending on your interest, you may also wish to go to <a href="deployment-guide.html">Deployment Guide</a>
or <a href="user-manual.html">User Manual</a>
.

Hopefully the line breaks will come through in the email.

-K

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

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]



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



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

Reply via email to