java - Maven test depends on jar in target but that gets only created after the test succeeds -


i have test requires compiled jar in target directory: software interacts other programs started separate process , test test starts small program jar of own package. can "bootstrapped" first running build , skipping tests , running build again - not ideal.

is possible create pom first compile, create jar in target (or somewhere else) allow test run , if fails maybe remove jar again? or if jar created anywhere else testing in addition, not problem.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -