Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
733 changes: 368 additions & 365 deletions tomcat9-maven-plugin/pom.xml

Large diffs are not rendered by default.

92 changes: 0 additions & 92 deletions tomcat9-maven-plugin/src/it/simple-war-exec-project/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

91 changes: 0 additions & 91 deletions tomcat9-maven-plugin/src/it/simple-war-exec-project/verify.bsh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.apache.tomcat.maven.plugin.tomcat8;
package org.apache.tomcat.maven.plugin.tomcat9;

/*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -26,7 +26,7 @@
import org.apache.maven.wagon.authentication.AuthenticationInfo;
import org.apache.tomcat.maven.common.deployer.TomcatManager;
import org.apache.tomcat.maven.common.deployer.TomcatManagerException;
import org.apache.tomcat.maven.plugin.tomcat8.AbstractTomcat8Mojo;
import org.apache.tomcat.maven.plugin.tomcat9.AbstractTomcat9Mojo;
import org.codehaus.plexus.util.StringUtils;

import java.io.IOException;
Expand All @@ -40,7 +40,7 @@
* @author Mark Hobson <markhobson@gmail.com>
*/
public abstract class AbstractCatalinaMojo
extends AbstractTomcat8Mojo
extends AbstractTomcat9Mojo
{
// ----------------------------------------------------------------------
// Constants
Expand Down
Loading