[ 
https://issues.apache.org/jira/browse/MINSTALL-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Urs Keller updated MINSTALL-200:
--------------------------------
          Component/s: install:install
    Affects Version/s: 3.1.2
              Summary: "mvn jar:jar install:install" installs a jar instead of 
a pom  (was: jar:jar install:install install a jar under the pom file in the 
local repo)

> "mvn jar:jar install:install" installs a jar instead of a pom
> -------------------------------------------------------------
>
>                 Key: MINSTALL-200
>                 URL: https://issues.apache.org/jira/browse/MINSTALL-200
>             Project: Maven Install Plugin
>          Issue Type: Bug
>          Components: install:install
>    Affects Versions: 3.1.2
>            Reporter: Urs Keller
>            Priority: Minor
>
> {code:java}
> <?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 
> https://maven.apache.org/xsd/maven-4.0.0.xsd";>
>     <modelVersion>4.0.0</modelVersion>
>     <groupId>com.example</groupId>
>     <artifactId>test-project-parent</artifactId>
>     <version>main-SNAPSHOT</version>
>     <packaging>pom</packaging>
>     <build>
>         <pluginManagement>
>             <plugins>
>                 <plugin>
>                     <groupId>org.apache.maven.plugins</groupId>
>                     <artifactId>maven-install-plugin</artifactId>
>                     <version>3.1.2</version>
>                 </plugin>
>             </plugins>
>         </pluginManagement>
>     </build>
> </project>
>  {code}
> {code:java}
> $ rm -rf ~/.m2/repository/com/example/test-project-parent
> $ mvn jar:jar install:install [
> $ file  ~/.m2/repository/com/example/test-project-parent/main-SNAPSHOT/* 
> .../test-project-parent-main-SNAPSHOT.pom: Zip archive data, at least v1.0 to 
> extract, compression method=store
>  
> {code}
> The behaviour is different in 3.1.1 where this command will install the pom



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to