[
https://issues.apache.org/jira/browse/AXIS2-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen updated AXIS2-3290:
-----------------------------------
Fix Version/s: 1.6
Changed the POMs so that maven.test.skip now has the expected effect of
skipping test compilation (including ant scripts) and execution. This also
solves the mysterious AppleFinderService issue.
> surefire is still run even if maven.test.skip is true
> -----------------------------------------------------
>
> Key: AXIS2-3290
> URL: https://issues.apache.org/jira/browse/AXIS2-3290
> Project: Axis2
> Issue Type: Bug
> Components: samples, build,site
> Affects Versions: 1.5.1, 1.5, 1.4.1, 1.4, 1.3
> Environment: WinXP. Maven 2.0.4
> Reporter: Kent Tong
> Assignee: Andreas Veithen
> Priority: Minor
> Fix For: 1.6
>
>
> "mvn install -Dmaven.test.skip=true" still runs surefire and all the tests.
> The relevant output is:
> jar:
> [INFO] Executed tasks
> [INFO] [compiler:testCompile]
> [INFO] Not compiling test sources
> [INFO] [antrun:run {execution: test-compile}]
> [INFO] Executing tasks
> testsetup:
> [INFO] Executed tasks
> [INFO] [surefire:test]
> [INFO] Setting reports dir:
> C:\axis2-1.3\modules\kernel\target/surefire-reports
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> log4j:WARN No appenders could be found for logger
> (org.apache.axis2.engine.Phase).
> log4j:WARN Please initialize the log4j system properly.
> [surefire] Running org.apache.axis2.addressing.AddressingHelperTest
> [surefire] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.