Skip to content

Conversation

Marcono1234
Copy link
Contributor

Tries to improve the documentation a bit. For example by

  • fixing typos
  • updating links

This is the successor of the [ProGuard Maven Plugin by pyx4me](http://pyx4me.com/pyx4me-maven-plugins/proguard-maven-plugin/).
This is the successor of the ProGuard Maven Plugin by pyx4me.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Removed this link, it seems the site is not reachable anymore.

@@ -199,36 +199,37 @@ public class ProGuardMojo extends AbstractMojo {
private boolean injarNotExistsSkip;

/**
* Apply ProGuard classpathentry Filters to input jar. e.g. <code>!**.gif,!**&#47;tests&#47;**'</code>
* Apply ProGuard classpathentry filters to input jar. e.g. <code>!**.gif,!**&#47;tests/**</code>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Cannot replace the other &#47; with / here because then Javadoc would interpret the **/ as end of Javadoc comment.

*
* @parameter default-value="small"
*/
private String attachArtifactClassifier;

/**
* Set to false to exclude the attachArtifactClassifier from the Artifact final name. Default value is true.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Omitted the "Default value is true." because the generated site automatically describes this based on the @parameter tag.

@lasselindqvist lasselindqvist merged commit 50e57af into wvengen:master Mar 24, 2025
3 checks passed
@Marcono1234 Marcono1234 deleted the marcono1234/improve-documentation branch March 24, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants