Review and normalized all Maven module <name> for consistency.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
e048dcf060
commit
cd732a175c
|
@ -8,7 +8,7 @@
|
|||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>build-resources</artifactId>
|
||||
<version>12.0.0-SNAPSHOT</version>
|
||||
<name>Jetty :: Build Resources</name>
|
||||
<name>Build :: Resources</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.eclipse.jetty.build</groupId>
|
||||
<artifactId>build</artifactId>
|
||||
<name>Build :: Parent</name>
|
||||
<name>Build</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-asciidoctor-extensions</artifactId>
|
||||
<name>Jetty :: Documentation :: AsciiDoctor Extensions</name>
|
||||
<name>Documentation :: AsciiDoctor Extensions</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-documentation</artifactId>
|
||||
<name>Jetty :: Documentation</name>
|
||||
<name>Documentation :: Guides</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.eclipse.jetty.documentation</groupId>
|
||||
<artifactId>documentation</artifactId>
|
||||
<name>Jetty :: Documentation :: Parent</name>
|
||||
<name>Documentation</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>javadoc</artifactId>
|
||||
<name>Jetty :: Javadoc Build</name>
|
||||
<name>Javadocs</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>jetty-bom</artifactId>
|
||||
<name>Jetty :: BOM</name>
|
||||
<name>BOM</name>
|
||||
<description>Jetty BOM artifact</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn-client</artifactId>
|
||||
<name>Jetty Core :: ALPN :: Client</name>
|
||||
<name>Core :: ALPN :: Client</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.alpn.client</bundle-symbolic-name>
|
||||
<spotbugs.onlyAnalyze>org.eclipse.alpn.*</spotbugs.onlyAnalyze>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn-conscrypt-client</artifactId>
|
||||
<name>Jetty Core :: ALPN :: Conscrypt Client Implementation</name>
|
||||
<name>Core :: ALPN :: Conscrypt Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.alpn.conscrypt.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn-conscrypt-server</artifactId>
|
||||
<name>Jetty Core :: ALPN :: Conscrypt Server Implementation</name>
|
||||
<name>Core :: ALPN :: Conscrypt Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.alpn.conscrypt.server</bundle-symbolic-name>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn-java-client</artifactId>
|
||||
<name>Jetty Core :: ALPN :: JDK9 Client Implementation</name>
|
||||
<name>Core :: ALPN :: Java Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.alpn.java.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn-java-server</artifactId>
|
||||
<name>Jetty Core :: ALPN :: JDK9 Server Implementation</name>
|
||||
<name>Core :: ALPN :: Java Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.alpn.java.server</bundle-symbolic-name>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn-server</artifactId>
|
||||
<name>Jetty Core :: ALPN :: Server</name>
|
||||
<name>Core :: ALPN :: Server</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.alpn.server</bundle-symbolic-name>
|
||||
<spotbugs.onlyAnalyze>org.eclipse.alpn.*</spotbugs.onlyAnalyze>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-alpn</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: ALPN :: Parent</name>
|
||||
<name>Core :: ALPN</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-alpn-server</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>jetty-bom</artifactId>
|
||||
<name>Jetty Core :: BOM</name>
|
||||
<name>Core :: BOM</name>
|
||||
<description>Jetty Core BOM artifact</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-client</artifactId>
|
||||
<name>Jetty Core :: Asynchronous HTTP Client</name>
|
||||
<name>Core :: HTTP Client</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
||||
<jetty.test.policy.loc>target/test-policy</jetty.test.policy.loc>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-demo-handler</artifactId>
|
||||
<name>Jetty Core :: Demo Handler</name>
|
||||
<name>Core :: Demo Handler</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.demos</bundle-symbolic-name>
|
||||
<spotbugs.onlyAnalyze>org.eclipse.jetty.demos.*</spotbugs.onlyAnalyze>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.eclipse.jetty.demos</groupId>
|
||||
<artifactId>jetty-demos</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: Demos</name>
|
||||
<name>Core :: Demos</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-demo-handler</module>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-deploy</artifactId>
|
||||
<name>Jetty Core :: Deployers</name>
|
||||
<name>Core :: Deployers</name>
|
||||
<description>Jetty deployers</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee</artifactId>
|
||||
<name>Jetty Core :: EE Utility Classes</name>
|
||||
<name>Core :: EE Utilities</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.ee</bundle-symbolic-name>
|
||||
<spotbugs.onlyAnalyze>org.eclipse.jetty.ee.*</spotbugs.onlyAnalyze>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-fcgi-client</artifactId>
|
||||
<name>Jetty Core :: FastCGI :: Client</name>
|
||||
<name>Core :: FastCGI :: Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-fcgi-proxy</artifactId>
|
||||
<name>Jetty Core :: FastCGI :: Proxy</name>
|
||||
<name>Core :: FastCGI :: Proxy</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.proxy</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-fcgi-server</artifactId>
|
||||
<name>Jetty Core :: FastCGI :: Server</name>
|
||||
<name>Core :: FastCGI :: Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.eclipse.jetty.fcgi</groupId>
|
||||
<artifactId>jetty-fcgi</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: FastCGI</name>
|
||||
<name>Core :: FastCGI</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-fcgi-client</module>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http-spi</artifactId>
|
||||
<name>Jetty Core :: Http Service Provider Interface</name>
|
||||
<name>Core :: HTTP SPI</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.http.spi</bundle-symbolic-name>
|
||||
<spotbugs.onlyAnalyze>org.eclipse.jetty.http.spi.*</spotbugs.onlyAnalyze>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http-tools</artifactId>
|
||||
<name>Jetty :: HTTP Testing Utilities</name>
|
||||
<name>Core :: HTTP Tools</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http</artifactId>
|
||||
<name>Jetty Core :: Http Utility</name>
|
||||
<name>Core :: HTTP</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.http</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http2-client-transport</artifactId>
|
||||
<name>Jetty Core :: HTTP2 :: Client Transport</name>
|
||||
<name>Core :: HTTP2 :: Client Transport</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client.http</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http2-client</artifactId>
|
||||
<name>Jetty Core :: HTTP2 :: Client</name>
|
||||
<name>Core :: HTTP2 :: Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http2-common</artifactId>
|
||||
<name>Jetty Core :: HTTP2 :: Common</name>
|
||||
<name>Core :: HTTP2 :: Common</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.common</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http2-hpack</artifactId>
|
||||
<name>Jetty Core :: HTTP2 :: HPACK</name>
|
||||
<name>Core :: HTTP2 :: HPACK</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.hpack</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http2-server</artifactId>
|
||||
<name>Jetty Core :: HTTP2 :: Server</name>
|
||||
<name>Core :: HTTP2 :: Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http2-tests</artifactId>
|
||||
<name>Jetty Core :: HTTP2 :: Tests</name>
|
||||
<name>Core :: HTTP2 :: Tests</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.eclipse.jetty.http2</groupId>
|
||||
<artifactId>jetty-http2</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: HTTP2</name>
|
||||
<name>Core :: HTTP2</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-http2-client</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http3-client-transport</artifactId>
|
||||
<name>Jetty Core :: HTTP3 :: HTTP Client Transport</name>
|
||||
<name>Core :: HTTP3 :: HTTP Client Transport</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client.http</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http3-client</artifactId>
|
||||
<name>Jetty Core :: HTTP3 :: Client</name>
|
||||
<name>Core :: HTTP3 :: Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http3-common</artifactId>
|
||||
<name>Jetty Core :: HTTP3 :: Common</name>
|
||||
<name>Core :: HTTP3 :: Common</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.common</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http3-qpack</artifactId>
|
||||
<name>Jetty Core :: HTTP3 :: QPACK</name>
|
||||
<name>Core :: HTTP3 :: QPACK</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.qpack</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http3-server</artifactId>
|
||||
<name>Jetty Core :: HTTP3 :: Server</name>
|
||||
<name>Core :: HTTP3 :: Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-http3-tests</artifactId>
|
||||
<name>Jetty Core :: HTTP3 :: Tests</name>
|
||||
<name>Core :: HTTP3 :: Tests</name>
|
||||
|
||||
<properties>
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.eclipse.jetty.http3</groupId>
|
||||
<artifactId>jetty-http3</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: HTTP3</name>
|
||||
<name>Core :: HTTP3</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-http3-qpack</module>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-io</artifactId>
|
||||
<name>Jetty Core :: IO Utility</name>
|
||||
<name>Core :: IO</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name>
|
||||
<spotbugs.onlyAnalyze>org.eclipse.jetty.io.*</spotbugs.onlyAnalyze>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-jmx</artifactId>
|
||||
<name>Jetty Core :: JMX Management</name>
|
||||
<name>Core :: JMX</name>
|
||||
<description>JMX management artifact for jetty.</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-jndi</artifactId>
|
||||
<name>Jetty Core :: JNDI Naming</name>
|
||||
<name>Core :: JNDI</name>
|
||||
<description>JNDI spi impl for java namespace.</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-keystore</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Jetty Core :: Test Keystore</name>
|
||||
<name>Core :: Test Keystore</name>
|
||||
<description>Test keystore with self-signed SSL Certificate.</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-osgi</artifactId>
|
||||
<name>Jetty Core :: OSGi</name>
|
||||
<name>Core :: OSGi</name>
|
||||
<description>Support for OSGi integration</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-proxy</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Jetty Core :: Proxy</name>
|
||||
<name>Core :: Proxy</name>
|
||||
<description>Jetty Core Proxy</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-client</artifactId>
|
||||
<name>Jetty Core :: QUIC :: Client</name>
|
||||
<name>Core :: QUIC :: Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-common</artifactId>
|
||||
<name>Jetty Core :: QUIC :: Common</name>
|
||||
<name>Core :: QUIC :: Common</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.common</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-quiche-common</artifactId>
|
||||
<name>Jetty Core :: QUIC :: Quiche :: Common</name>
|
||||
<name>Core :: QUIC :: Quiche :: Common</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.quic-quiche-common</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-quiche-foreign-incubator</artifactId>
|
||||
<name>Jetty Core :: QUIC :: Quiche :: Foreign (Java 17)</name>
|
||||
<name>Core :: QUIC :: Quiche :: Foreign (Java 17)</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.quic-quiche-foreign-incubator</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-quiche-jna</artifactId>
|
||||
<name>Jetty Core :: QUIC :: Quiche :: JNA Binding</name>
|
||||
<name>Core :: QUIC :: Quiche :: JNA Binding</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.quic-quiche-jna</bundle-symbolic-name>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-quiche</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: QUIC :: Quiche</name>
|
||||
<name>Core :: QUIC :: Quiche</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-quic-quiche-common</module>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-quic-server</artifactId>
|
||||
<name>Jetty Core :: QUIC :: Server</name>
|
||||
<name>Core :: QUIC :: Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.eclipse.jetty.quic</groupId>
|
||||
<artifactId>jetty-quic</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: QUIC</name>
|
||||
<name>Core :: QUIC</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-quic-quiche</module>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-rewrite</artifactId>
|
||||
<name>Jetty Core :: Rewrite Handler</name>
|
||||
<name>Core :: Rewrite</name>
|
||||
<description>Jetty Rewrite Handler</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<name>Jetty Core :: Server</name>
|
||||
<name>Core :: Server</name>
|
||||
<description>The legacy jetty server artifact.</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-session</artifactId>
|
||||
<name>Jetty Core :: Sessions </name>
|
||||
<name>Core :: Sessions </name>
|
||||
<description>The common jetty session implementation</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-slf4j-impl</artifactId>
|
||||
<name>Jetty Core :: Slf4j Implementation</name>
|
||||
<name>Core :: SLF4J Implementation</name>
|
||||
<description>Slf4j Logging Implementation based on Jetty's older StdErrLog</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-start</artifactId>
|
||||
<name>Jetty Core :: Start</name>
|
||||
<name>Core :: Start</name>
|
||||
<description>The start utility</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.start</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-test-client-transports</artifactId>
|
||||
<name>Jetty Core :: Tests :: Client Transports</name>
|
||||
<name>Core :: Tests :: Client Transports</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.test.client.transport</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-tests</artifactId>
|
||||
<name>Jetty Core :: Tests</name>
|
||||
<name>Core :: Tests</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-unixdomain-server</artifactId>
|
||||
<name>Jetty Core :: Unix-Domain Sockets :: Server</name>
|
||||
<name>Core :: Unix-Domain Sockets :: Server</name>
|
||||
<description>Jetty Unix-Domain Sockets Server</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-util-ajax</artifactId>
|
||||
<name>Jetty Core :: Utilities :: Ajax(JSON)</name>
|
||||
<name>Core :: Utilities :: JSON</name>
|
||||
<description>JSON/Ajax Utility classes for Jetty</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.util.ajax</bundle-symbolic-name>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-util</artifactId>
|
||||
<name>Jetty Core :: Utilities</name>
|
||||
<name>Core :: Utilities</name>
|
||||
<description>Utility classes for Jetty</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.util</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-websocket-core-client</artifactId>
|
||||
<name>Jetty Core :: Websocket :: Core :: Client</name>
|
||||
<name>Core :: Websocket :: Client</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.core.client</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-websocket-core-common</artifactId>
|
||||
<name>Jetty Core :: Websocket :: Core :: Common</name>
|
||||
<name>Core :: Websocket :: Common</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.core.common</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-websocket-core-server</artifactId>
|
||||
<name>Jetty Core :: Websocket :: Core :: Server</name>
|
||||
<name>Core :: Websocket :: Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.core.server</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-websocket-core-tests</artifactId>
|
||||
<name>Jetty Core :: Websocket :: Core :: Tests</name>
|
||||
<name>Core :: Websocket :: Tests</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.core.tests</bundle-symbolic-name>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jetty Core :: WebSocket</name>
|
||||
<name>Core :: WebSocket</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-websocket-core-client</module>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-xml</artifactId>
|
||||
<name>Jetty Core :: XML utilities</name>
|
||||
<name>Core :: XML</name>
|
||||
<description>The jetty xml utilities.</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.xml</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-core</artifactId>
|
||||
<name>Jetty Core :: Parent</name>
|
||||
<name>Core</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-annotations</artifactId>
|
||||
<name>EE10 :: Jetty :: Servlet Annotations</name>
|
||||
<name>EE10 :: Servlet Annotations</name>
|
||||
<description>Annotation support for deploying servlets in jetty.</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.annotations</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-ant</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EE10 :: Jetty :: Ant Plugin</name>
|
||||
<name>EE10 :: Ant Plugin</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.ant</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-apache-jsp</artifactId>
|
||||
<name>EE10 :: Jetty :: Apache JSP Implementation</name>
|
||||
<name>EE10 :: Apache JSP</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.apache-jsp</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>jetty-ee10-bom</artifactId>
|
||||
<name>EE10 :: Jetty :: BOM</name>
|
||||
<name>EE10 :: BOM</name>
|
||||
<description>Jetty EE10 APIs BOM artifact</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-cdi</artifactId>
|
||||
<name>EE10 :: Jetty :: CDI</name>
|
||||
<name>EE10 :: CDI</name>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.cdi</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-async-rest-jar</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EE10 :: Jetty Demo :: Async Rest :: Jar</name>
|
||||
<name>EE10 :: Demo :: Async Rest :: Jar</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.parent.groupId}.async.rest</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-async-rest-server</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EE10 :: Jetty Demo :: Async Rest :: Server</name>
|
||||
<name>EE10 :: Demo :: Async Rest :: Server</name>
|
||||
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.parent.groupId}.async.rest.server</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-async-rest-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>EE10 :: Jetty Demo :: Async Rest :: WebApp</name>
|
||||
<name>EE10 :: Demo :: Async Rest :: WebApp</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-async-rest</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>EE10 :: Jetty Demo :: Async Rest</name>
|
||||
<name>EE10 :: Demo :: Async Rest</name>
|
||||
|
||||
<modules>
|
||||
<module>jetty-ee10-demo-async-rest-jar</module>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-embedded</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: Embedded Jetty</name>
|
||||
<name>EE10 :: Demo :: Embedded Jetty</name>
|
||||
<description>Embedded Jetty Demos</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.embedded</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-jaas-webapp</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: JAAS :: WebApp</name>
|
||||
<name>EE10 :: Demo :: JAAS WebApp</name>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.jaas</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-jetty-webapp</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: Jetty :: WebApp</name>
|
||||
<name>EE10 :: Demo :: Jetty WebApp</name>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.webapp</bundle-symbolic-name>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>jetty-ee10-demo-jndi-webapp</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: JNDI :: WebApp</name>
|
||||
<name>EE10 :: Demo :: JNDI WebApp</name>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.jndi</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-jsp-webapp</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: JSP :: Webapp</name>
|
||||
<name>EE10 :: Demo :: JSP WebApp</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<name>EE10 :: Jetty Demo :: Mock Resources</name>
|
||||
<name>EE10 :: Demo :: Mock Resources</name>
|
||||
<artifactId>jetty-ee10-demo-mock-resources</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-proxy-webapp</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: Proxy :: Webapp</name>
|
||||
<name>EE10 :: Demo :: Proxy WebApp</name>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.proxy</bundle-symbolic-name>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-simple-webapp</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: Simple :: Webapp</name>
|
||||
<name>EE10 :: Demo :: Simple WebApp</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<artifactId>jetty-ee10-demo-container-initializer</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EE10 :: Jetty Demo :: Servlet Spec :: ServletContainerInitializer Jar</name>
|
||||
<name>EE10 :: Demo :: Servlet Spec :: ServletContainerInitializer Jar</name>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.sci</bundle-symbolic-name>
|
||||
</properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<version>12.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<name>EE10 :: Jetty Demo :: Servlet Spec :: Webapp</name>
|
||||
<name>EE10 :: Demo :: Servlet Spec :: WebApp</name>
|
||||
<artifactId>jetty-ee10-demo-spec-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<name>EE10 :: Jetty Demo :: Servlet Spec :: Fragment Jar</name>
|
||||
<name>EE10 :: Demo :: Servlet Spec :: Fragment Jar</name>
|
||||
<artifactId>jetty-ee10-demo-web-fragment</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<version>12.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<name>EE10 :: Jetty Demo :: Servlet Spec</name>
|
||||
<name>EE10 :: Demo :: Servlet Spec</name>
|
||||
<artifactId>jetty-ee10-demo-spec</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-demo-template</artifactId>
|
||||
<name>EE10 :: Jetty Demo :: Template</name>
|
||||
<name>EE10 :: Demo :: Template</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.eclipse.jetty.ee10.demos</groupId>
|
||||
<artifactId>jetty-ee10-demos</artifactId>
|
||||
<name>EE10 :: Jetty Demos :: Parent</name>
|
||||
<name>EE10 :: Demos</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-examples</artifactId>
|
||||
<name>Jetty Examples</name>
|
||||
<artifactId>jetty-ee10-examples</artifactId>
|
||||
<name>EE10 :: Examples</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
|
@ -6,7 +6,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-glassfish-jstl</artifactId>
|
||||
<name>EE10 :: Glassfish :: JSTL module</name>
|
||||
<name>EE10 :: Glassfish JSTL</name>
|
||||
<url>https://projects.eclipse.org/projects/ee4j.glassfish</url>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jetty-ee10-home</artifactId>
|
||||
<name>EE10 :: Jetty :: Home Assembly</name>
|
||||
<name>EE10 :: Home Assembly</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue