Hi Dennis, Even now that I am using the fixed version of maven-site-plugin I still get all spaces/tabs/newline after the closing of the anchors in my project site.
I configured my pom.xml to: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-7-SNAPSHOT</version> </plugin> See: http://perfectjpattern.svn.sourceforge.net/viewvc/perfectjpattern/trunk/pom. xml?view=markup And adding a default activated profile in my settings.xml like below to be able to access the maven-site-plugin version 2.0-beta-7-SNAPSHOT: <profile> <id>Snapshots</id> <repositories> <repository> <id>People Apache repository</id> <url>http://people.apache.org/repo/m2-snapshot-repository/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>Codehaus Snapshots</id> <url>http://snapshots.repository.codehaus.org/</url> </pluginRepository> <pluginRepository> <id>People Apache Plugins repository</id> <url>http://people.apache.org/repo/m2-snapshot-repository/</url> </pluginRepository> </pluginRepositories> </profile> Best regards, Giovanni > -----Original Message----- > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 19, 2008 8:57 PM > To: Maven Users List > Subject: Re: xdoc and spaces after anchor issue > > You are running into > > http://jira.codehaus.org/browse/MSITE-274 > > which has been fixed in the, not yet released, 2.0-beta-7 version of the > site-plugin. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
