Code Snippet

Just another Code Snippet site

[Maven] Generate Source JAR

	<!-- Maven Source Plugin -->
	<plugin>
		<groupId>org.apache.maven.plugins</groupId>
		<artifactId>maven-source-plugin</artifactId>
		<version>2.1.2</version>
		<configuration>
			<attach>true</attach>
		</configuration>
	</plugin>

,


Leave a Reply

Your email address will not be published. Required fields are marked *