Skip to content

Commit 2406bb2

Browse files
committed
backport small updates from master
1 parent 6e789f9 commit 2406bb2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/it/projects/MSITE-497/apps/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ under the License.
3939
<dependency>
4040
<groupId>org.apache.logging.log4j</groupId>
4141
<artifactId>log4j-core</artifactId>
42-
<version>2.20.0</version>
42+
<version>2.25.3</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>

src/main/java/org/apache/maven/plugins/site/descriptor/SiteDescriptorAttachMojo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
*/
4848
@Mojo(name = "attach-descriptor", defaultPhase = LifecyclePhase.PACKAGE, threadSafe = true)
4949
public class SiteDescriptorAttachMojo extends AbstractSiteDescriptorMojo {
50-
/**
51-
*/
5250
@Parameter(property = "basedir", required = true, readonly = true)
5351
private File basedir;
5452

src/main/java/org/apache/maven/plugins/site/render/SiteJarMojo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public SiteJarMojo(
132132
/**
133133
* @see org.apache.maven.plugin.Mojo#execute()
134134
*/
135+
@Override
135136
public void execute() throws MojoExecutionException, MojoFailureException {
136137
if (skip) {
137138
getLog().info("maven.site.skip = true: Skipping jar generation");

0 commit comments

Comments
 (0)