
Author: seb Date: Tue Jul 18 10:50:50 2006 New Revision: 103 Modified: logback/core/trunk/pom.xml Log: supressed line return in description + added warning Modified: logback/core/trunk/pom.xml ============================================================================== --- logback/core/trunk/pom.xml (original) +++ logback/core/trunk/pom.xml Tue Jul 18 10:50:50 2006 @@ -13,8 +13,12 @@ <url>http://logback.qos.ch</url> <description> - LOGBack: the generic, reliable, fast and flexible logging - library for Java. + <!-- + Never _never_ let Eclipse's auto format function add + a line return in the description. + The generated jar will contain a corrupt MANIFEST file. + --> + LOGBack: the generic, reliable, fast and flexible logging library for Java. </description> <dependencies> @@ -83,7 +87,9 @@ src/main/assembly/source.xml </descriptor> </descriptors> - <finalName>LOGBackCore-${project.version}</finalName> + <finalName> + LOGBackCore-${project.version} + </finalName> <outputDirectory>target/dist</outputDirectory> </configuration> </plugin> @@ -110,12 +116,12 @@ <artifactId>maven-site-plugin</artifactId> <!-- configuration> <xdocDirectory> - ${basedir}/src/site/xdocs/ + ${basedir}/src/site/xdocs/ </xdocDirectory> - <templateDirectory>${basedir}/stylesheets/</templateDirectory> - <template>site.vsl</template> + <templateDirectory>${basedir}/stylesheets/</templateDirectory> + <template>site.vsl</template> - </configuration --> + </configuration --> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>