Dave Moten created MBUILDCACHE-76:
-------------------------------------

             Summary: pom project version change not detected
                 Key: MBUILDCACHE-76
                 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-76
             Project: Maven Build Cache Extension
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Dave Moten


When I run `mvn versions:set -DnewVersion=BLAH`, the build cache extension does 
not detect this and skips all modules in a multimodule project (and fails when 
it encounters a module that depends on one of the other modules).

To duplicate
```
git clone [https://github.com/davidmoten/openapi-codegen.git]
cd openapi-codegen
mvn clean install
mvn versions:set -DnewVersion=1.2.3.4-SNAPSHOT
mvn clean install
```
Output:
```
[ERROR] Invalid plugin descriptor for 
com.github.davidmoten:openapi-codegen-maven-plugin:1.2.3.4-SNAPSHOT 
(/home/dave/.m2/build-cache/v1/com.github.davidmoten/openapi-codegen-maven-plugin/ad4e1e854d87f274/local/openapi-codegen-maven-plugin.jar),
 Plugin's descriptor contains the wrong version: 0.1.15-SNAPSHOT -> [Help 1]
```


    



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

Reply via email to