/** * Copyright (c) 2015 Perforce Software. All rights reserved. */ File log = new File(basedir, 'build.log') assert log.exists() //expect the random generated client name get deleted assert log.getText().contains( "[DEBUG] client -d")
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 13665 | dantran | license header correction | ||
#2 | 11424 | dantran |
- P4Java logs are no under debug mode to reduce verbosity. To enable, pass in -X into mvn command - Info command now supports tag - Add p4java into export extension - Use BSD for license name - Update doc |
||
#1 | 9519 | dantran | folder rename to match with its artifactId | ||
//guest/dantran/p4maven/com.perforce.maven/src/it/update/verify.groovy | |||||
#2 | 9224 | dantran | add IT validation, simplify release/scm exclusion and doc why I exclude cvsexe scm provider | ||
#1 | 9192 | dantran | add IT |