Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<!-- http://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.1/maven-core/src/main/resources/META-INF/plexus/components.xml --> <component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping </role> <role-hint>sln</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <phases> <initialize> net.sf.nvn:nvn-dotnet-plugin:initialize </initialize> <generate-sources> net.sf.nvn:nvn-assemblyinfo-plugin:generate-assembly-info, net.sf.nvn:nvn-wsdl-plugin:wsdl, net.sf.nvn:nvn-xsd-plugin:xsd </generate-sources> <compile> net.sf.nvn:nvn-msbuild-plugin:msbuild </compile> <test> net.sf.nvn:nvn-mstest-plugin:mstest </test> <package> net.sf.nvn:nvn-vdproj-plugin:package </package> </phases> </configuration> </component> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping </role> <role-hint>dll</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <phases> <initialize> net.sf.nvn:nvn-dotnet-plugin:initialize </initialize> <generate-sources> net.sf.nvn:nvn-assemblyinfo-plugin:generate-assembly-info, net.sf.nvn:nvn-wsdl-plugin:wsdl, net.sf.nvn:nvn-xsd-plugin:xsd </generate-sources> <compile> net.sf.nvn:nvn-msbuild-plugin:msbuild </compile> <test> net.sf.nvn:nvn-mstest-plugin:mstest </test> </phases> </configuration> </component> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping </role> <role-hint>exe</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <phases> <initialize> net.sf.nvn:nvn-dotnet-plugin:initialize </initialize> <generate-sources> net.sf.nvn:nvn-assemblyinfo-plugin:generate-assembly-info, net.sf.nvn:nvn-wsdl-plugin:wsdl, net.sf.nvn:nvn-xsd-plugin:xsd </generate-sources> <compile> net.sf.nvn:nvn-msbuild-plugin:msbuild </compile> </phases> </configuration> </component> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping </role> <role-hint>vdproj</role-hint> <implementation> org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping </implementation> <configuration> <phases> <initialize> net.sf.nvn:nvn-dotnet-plugin:initialize </initialize> <package> net.sf.nvn:nvn-vdproj-plugin:package </package> </phases> </configuration> </component> <!-- <component> <role>org.apache.maven.artifact.handler.ArtifactHandler </role> <role-hint>xsd</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>xsd</type> <extension>xsd</extension> <language>dotnet</language> <addedToClasspath>false</addedToClasspath> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler </role> <role-hint>wsdl</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>wsdl</type> <extension>wsdl</extension> <language>dotnet</language> <addedToClasspath>false</addedToClasspath> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler </role> <role-hint>exe</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>exe</type> <extension>exe</extension> <language>dotnet</language> <addedToClasspath>false</addedToClasspath> </configuration> </component> <component> <role>org.apache.maven.artifact.handler.ArtifactHandler </role> <role-hint>dll</role-hint> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler </implementation> <configuration> <type>dll</type> <extension>dll</extension> <language>dotnet</language> <addedToClasspath>false</addedToClasspath> </configuration> </component> --> </components> </component-set>
This paste will be private.
From the Design Piracy series on my blog: