jasper-jsp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mortbay.jasper</groupId> <artifactId>jasper-jsp</artifactId> <version>11.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-parent</artifactId> <version>26</version> </parent> <groupId>org.mortbay.jasper</groupId> <artifactId>jasper-jsp</artifactId> <version>11.0.4</version> <packaging>pom</packaging> <name>Jetty :: Jasper :: Project</name> <description>A rebundling of Apache Tomcat Jasper to remove the tomcat server dependencies, so that the JSP engine can be used by the Eclipse Jetty project.</description> <url>https://github.com/jetty-project/jasper-jsp</url> <inceptionYear>2014</inceptionYear> <licenses> <license> <name>Apache License Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>janb</id> <name>Jan Bartel</name> <email>janb@webtide.com</email> <organization>Webtide, LLC</organization> <organizationUrl>https://webtide.com</organizationUrl> <timezone>10</timezone> </developer> <developer> <id>olamy</id> <name>Olivier Lamy</name> <email>oliver.lamy@gmail.com</email> <organization>Webtide, LLC</organization> <organizationUrl>https://webtide.com</organizationUrl> <timezone>Australia/Brisbane</timezone> </developer> </developers> <modules> <module>apache-el</module> <module>apache-jsp</module> </modules> <scm> <connection>scm:git:git://github.com/jetty-project/jasper-jsp.git</connection> <developerConnection>scm:git:ssh://git@github.com/jetty-project/jasper-jsp.git</developerConnection> <tag>jasper-jsp-11.0.4</tag> <url>https://github.com/jetty-project/jasper-jsp</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/jetty-project/jasper-jsp/issues</url> </issueManagement> <properties> <ecj.version>3.40.0</ecj.version> <jakarta.el.api.version>6.0.1</jakarta.el.api.version> <jakarta.servlet.api.version>6.1.0</jakarta.servlet.api.version> <jakarta.servlet.jsp.api.version>4.0.0</jakarta.servlet.jsp.api.version> <tomcat.version>11.0.4</tomcat.version> </properties> <repositories> <repository> <snapshots> <enabled>true</enabled> </snapshots> <id>sonatype-snapshots</id> <name>Sonatype Jetty Snapshots</name> <url>https://oss.sonatype.org/content/groups/jetty</url> </repository> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>jetty-snapshots</id> <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url> </repository> </repositories> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>6.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>17</source> <target>17</target> <skipMain>true</skipMain> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <additionalDependencies> <additionalDependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>${jakarta.servlet.api.version}</version> </additionalDependency> <additionalDependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.8.4</version> </additionalDependency> <additionalDependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> <version>${ecj.version}</version> </additionalDependency> <additionalDependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>${tomcat.version}</version> </additionalDependency> <additionalDependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-juli</artifactId> <version>${tomcat.version}</version> </additionalDependency> <additionalDependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-util</artifactId> <version>${tomcat.version}</version> </additionalDependency> <additionalDependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-util-scan</artifactId> <version>${tomcat.version}</version> </additionalDependency> <additionalDependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.4.1</version> </additionalDependency> </additionalDependencies> <excludePackageNames>org.apache.tomcat.*,org.apache.tomcat.util,org.apache.tools,org.apache.juli,org.apache.juli.logging</excludePackageNames> <docfilessubdirs>true</docfilessubdirs> <detectLinks>false</detectLinks> <detectJavaApiLink>false</detectJavaApiLink> <doclint>none</doclint> <verbose>true</verbose> <links> <link>http://tomcat.apache.org/tomcat-11.0-doc/jspapi/</link> <link>http://tomcat.apache.org/tomcat-11.0-doc/elapi/</link> <link>http://tomcat.apache.org/tomcat-11.0-doc/api/</link> </links> <failOnWarnings>false</failOnWarnings> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <releaseProfiles>eclipse-release</releaseProfiles> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> <configuration> <excludes> <exclude>**MANIFEST**</exclude> </excludes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.6.0</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>require-jdk17</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>17</version> </requireJavaVersion> </rules> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>eclipse-release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <inherited>true</inherited> <configuration> <updateReleaseInfo>true</updateReleaseInfo> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>