mbrtargeting / auto-snapshotor

Trying to figure out which apps need to snapshot automatically
2 stars 0 forks source link

Don't want to see the warning from `shrinkwrap` #5

Closed ZouMingxin closed 6 years ago

ZouMingxin commented 6 years ago

When resolving dependency with shrinkwrap, it will log some warning messages, it will be awesome we can remove them from the console since they're not quite relevant.

Warnings

Mar 29, 2018 1:52:41 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenArtifactInfoImpl fromDependencyNode
WARNING: Invalid scope external of retrieved dependency com.flowplayer:flowplayer:swc:3.2.7 will be replaced by <scope>runtime</scope>
Mar 29, 2018 1:52:41 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenResolvedArtifactImpl fromArtifactResult
WARNING: Invalid scope external of retrieved dependency com.flowplayer:flowplayer:swc:3.2.7 will be replaced by <scope>runtime</scope>
Mar 29, 2018 1:52:41 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenArtifactInfoImpl fromDependencyNode
WARNING: Invalid scope external of retrieved dependency com.adobe.flex.framework:playerglobal:swc:10.1:4.1.0.16076 will be replaced by <scope>runtime</scope>
Mar 29, 2018 1:52:41 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenArtifactInfoImpl fromDependencyNode
WARNING: Invalid scope external of retrieved dependency com.adobe.flex.framework:playerglobal:swc:10.1:4.1.0.16076 will be replaced by <scope>runtime</scope>
Mar 29, 2018 1:52:41 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenResolvedArtifactImpl fromArtifactResult
WARNING: Invalid scope external of retrieved dependency com.adobe.flex.framework:playerglobal:swc:10.1:4.1.0.16076 will be replaced by <scope>runtime</scope>
ZouMingxin commented 6 years ago

Close this as it only happens in the console, not with the logging. Acceptable.