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
Post a Comment