Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Java:packages
exec-maven-plugin
exec-maven-plugin-ioexception.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File exec-maven-plugin-ioexception.patch of Package exec-maven-plugin
diff -urEbwB exec-maven-plugin-3.0.0.orig/src/main/java/org/codehaus/mojo/exec/ExecMojo.java exec-maven-plugin-3.0.0/src/main/java/org/codehaus/mojo/exec/ExecMojo.java --- exec-maven-plugin-3.0.0.orig/src/main/java/org/codehaus/mojo/exec/ExecMojo.java 2022-10-25 15:44:52.358398144 +0200 +++ exec-maven-plugin-3.0.0/src/main/java/org/codehaus/mojo/exec/ExecMojo.java 2022-10-25 15:49:53.360427182 +0200 @@ -505,7 +505,7 @@ enviro.put( (String) entry.getKey(), (String) entry.getValue() ); } } - catch ( IOException x ) + catch ( Exception x ) { getLog().error( "Could not assign default system enviroment variables.", x ); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor