[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2022-10-20 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet updated MNG-6967:
-
Fix Version/s: (was: 4.0.0-alpha-1)

> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
> Fix For: 3.8.2, 4.0.0-alpha-2, 4.0.0
>
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus 
> {{\->}}. I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It represents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



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


[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2022-10-20 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet updated MNG-6967:
-
Fix Version/s: 4.0.0-alpha-2

> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
> Fix For: 3.8.2, 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus 
> {{\->}}. I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It represents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



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


[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2021-07-02 Thread Michael Osipov (Jira)


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

Michael Osipov updated MNG-6967:

Fix Version/s: 3.8.2

> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
> Fix For: 3.8.2, 4.0.0, 4.0.0-alpha-1
>
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus 
> {{\->}}. I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It represents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2021-04-11 Thread Herve Boutemy (Jira)


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

Herve Boutemy updated MNG-6967:
---
Description: 
As is documented here
https://maven.apache.org/pom.html#version-order-testing
you can use the maven-artifact JAR file to test version numbers and their 
relative order.

Unfortunately the output does not match what is used in
https://maven.apache.org/pom.html#version-order-specification
when describing the "Trimming Examples". It's matter of {{==}} versus {{\->}}. 
I prefer the one used in the documentation, so I'd like to change 
maven-artifact to use {{->}}. It represents a transformation (trimming in this 
case) -- not a an equality test.

Another problem is that it does not show you the list of tokens that are the 
result of parsing the version numbers. This can be quite useful when trying to 
figure out why you are getting the results you are.

  was:
As is documented here
https://maven.apache.org/pom.html#version-order-testing
you can use the maven-artifact JAR file to test version numbers and their 
relative order.

Unfortunately the output does not match what is used in
https://maven.apache.org/pom.html#version-order-specification
when describing the "Trimming Examples". It's matter of {{==}} versus {{->}}. I 
prefer the one used in the documentation, so I'd like to change maven-artifact 
to use {{->}}. It respresents a transformation (trimming in this case) -- not a 
an equality test.

Another problem is that it does not show you the list of tokens that are the 
result of parsing the version numbers. This can be quite useful when trying to 
figure out why you are getting the results you are.


> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
> Fix For: 4.0.0, 4.0.0-alpha-1
>
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus 
> {{\->}}. I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It represents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2020-11-30 Thread Michael Osipov (Jira)


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

Michael Osipov updated MNG-6967:

Affects Version/s: (was: 4.0.0-alpha-1)

> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
> Fix For: 4.0.0, 4.0.0-alpha-1
>
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus {{->}}. 
> I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It respresents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2020-08-11 Thread Dennis Lundberg (Jira)


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

Dennis Lundberg updated MNG-6967:
-
Fix Version/s: 3.7.0

> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
> Fix For: 3.7.0
>
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus {{->}}. 
> I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It respresents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (MNG-6967) Improve the command line output from maven-artifact

2020-07-22 Thread Michael Osipov (Jira)


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

Michael Osipov updated MNG-6967:

Description: 
As is documented here
https://maven.apache.org/pom.html#version-order-testing
you can use the maven-artifact JAR file to test version numbers and their 
relative order.

Unfortunately the output does not match what is used in
https://maven.apache.org/pom.html#version-order-specification
when describing the "Trimming Examples". It's matter of {{==}} versus {{->}}. I 
prefer the one used in the documentation, so I'd like to change maven-artifact 
to use {{->}}. It respresents a transformation (trimming in this case) -- not a 
an equality test.

Another problem is that it does not show you the list of tokens that are the 
result of parsing the version numbers. This can be quite useful when trying to 
figure out why you are getting the results you are.

  was:
As is documented here
https://maven.apache.org/pom.html#version-order-testing
you can use the maven-artifact JAR file to test version numbers and their 
relative order.

Unfortunately the output does not match what is used in
https://maven.apache.org/pom.html#version-order-specification
when describing the "Trimming Examples". It's matter of "==" versus "->". I 
prefer the one used in the documentation, so I'd like to change maven-artifact 
to use "->". It respresents a transformation (trimming in this case) - not a an 
equality test.

Another problem is that it does not show you the list of tokens that are the 
result of parsing the version numbers. This can be quite useful when trying to 
figure out why you are getting the results you are.


> Improve the command line output from maven-artifact
> ---
>
> Key: MNG-6967
> URL: https://issues.apache.org/jira/browse/MNG-6967
> Project: Maven
>  Issue Type: Improvement
>  Components: Artifacts and Repositories
>Affects Versions: 3.6.3
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
>Priority: Major
>
> As is documented here
> https://maven.apache.org/pom.html#version-order-testing
> you can use the maven-artifact JAR file to test version numbers and their 
> relative order.
> Unfortunately the output does not match what is used in
> https://maven.apache.org/pom.html#version-order-specification
> when describing the "Trimming Examples". It's matter of {{==}} versus {{->}}. 
> I prefer the one used in the documentation, so I'd like to change 
> maven-artifact to use {{->}}. It respresents a transformation (trimming in 
> this case) -- not a an equality test.
> Another problem is that it does not show you the list of tokens that are the 
> result of parsing the version numbers. This can be quite useful when trying 
> to figure out why you are getting the results you are.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)