kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/streams/quickstart/pom.xml

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/streams/quickstart/pom.xml
Status
application-package
Type
file
Name
pom.xml
Extension
.xml
Programming language

      
    
Mime type
text/plain
File type
exported SGML document, ASCII text
Tag

      
    
Rootfs path

      
    
Size
4528 (4.4 KB)
MD5
cce62fcb90e77f1f613ae4abd8c0af0e
SHA1
c69cf59a108dfd7a6a3bfd63824381ab2e73067e
SHA256
a6198106b9b50420acf1feec817028f7f1dbe8dfa812226a9b0e55b8b6f3be8b
SHA512

      
    
SHA1_git
b7e51c15c5841939fc8fbcf147036883a3af50e8
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
pom.xml | 4.4 KB |

<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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> <groupId>org.apache.kafka</groupId> <artifactId>streams-quickstart</artifactId> <packaging>pom</packaging> <version>4.2.0</version> <name>Kafka Streams :: Quickstart</name> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>18</version> </parent> <modules> <module>java</module> </modules> <build> <extensions> <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> <version>2.2</version> </extension> </extensions> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-archetype-plugin</artifactId> <version>2.2</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-archetype-plugin</artifactId> <version>2.2</version> <configuration> <skip>true</skip> </configuration> </plugin> <!-- deactivate the shade plugin for the quickstart archetypes --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <phase/> </execution> </executions> </plugin> <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> <version>0.11.0</version> <configuration> <skip>true</skip> </configuration> </plugin> <!-- use alternative delimiter for filtering resources --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <useDefaultDelimiters>false</useDefaultDelimiters> <delimiters> <delimiter>@</delimiter> </delimiters> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <keyname>${gpg.keyname}</keyname> <passphraseServerId>${gpg.keyname}</passphraseServerId> </configuration> </execution> </executions> </plugin> </plugins> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> </build> </project>
Extra data

      
    
Package data
- md5:
  name: streams-quickstart
  purl: pkg:maven/org.apache.kafka/streams-quickstart@4.2.0
  sha1:
  size:
  type: maven
  holder:
  sha256:
  sha512:
  parties: []
  subpath:
  vcs_url:
  version: 4.2.0
  keywords: []
  copyright:
  namespace: org.apache.kafka
  extra_data: {}
  is_private: no
  is_virtual: no
  qualifiers: {}
  description: 'Kafka Streams :: Quickstart'
  notice_text:
  api_data_url: https://repo1.maven.org/maven2/org/apache/kafka/streams-quickstart/4.2.0/streams-quickstart-4.2.0.pom
  dependencies: []
  download_url:
  homepage_url:
  release_date:
  code_view_url:
  datasource_id: maven_pom
  file_references: []
  source_packages:
    - pkg:maven/org.apache.kafka/streams-quickstart@4.2.0?classifier=sources
  bug_tracking_url:
  primary_language: Java
  license_detections: []
  repository_download_url: https://repo1.maven.org/maven2/org/apache/kafka/streams-quickstart/4.2.0/streams-quickstart-4.2.0.jar
  repository_homepage_url: https://repo1.maven.org/maven2/org/apache/kafka/streams-quickstart/4.2.0/
  other_license_detections: []
  other_license_expression:
  declared_license_expression:
  extracted_license_statement:
  other_license_expression_spdx:
  declared_license_expression_spdx: