tkopecek / koji

Forked from koji 7 years ago
Clone

004a1ba preserve the format of parameters with no value when calling maven-build and maven-chain

3 files Authored by mikeb 9 years ago, Committed by mikem 9 years ago,
    preserve the format of parameters with no value when calling maven-build and maven-chain
    
    -Dfoo and -Dfoo= mean different things to the JVM, so make sure the format of the parameter on the command-line is carried through to the mvn invocation.
    
        
file modified
+1 -1
file modified
+2 -2
file modified
+7 -1