Registry / build-tool / maven-source-plugin

maven-source-plugin

JSON →
library3.4.0javamavenunverified

Creates a JAR archive of the source files of the current Maven project.

<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.4.0</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-SOURCE-PLUGI
M
maven-source-plugin
build-tooljavav3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SourceJarMojo
org.apache.maven.plugins.source.SourceJarMojo

Maven plugin configuration to attach source JARs during build.

// Typically used as a Maven plugin, not directly in Java code. // To attach sources to your project, add to pom.xml: // <plugin> // <groupId>org.apache.maven.plugins</groupId> // <artifactId>maven-source-plugin</artifactId> // <version>3.4.0</version> // <executions> // <execution> // <id>attach-sources</id> // <goals><goal>jar</goal></goals> // </execution> // </executions> // </plugin>
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
maven-source-plugin — mvn dependency:get maven-source-plugin · libregistry