jira-importer

Results 1233 comments of jira-importer

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented According to [Central](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.beanshell%22%20AND%20a%3A%22bsh%22) there's no sources-jar for this bsh version. Which makes me wonder why it seems to download a jar anyway. Would be nice if this...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Nice find. I don't know why this test requires `tools.jar`, but I would rather set Java 8 max for this test. Alternatively, this tests needs to use...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented This come also come from a company proxy or a repo manager. Please clarify.

**[Ian Springer](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ian.springer)** commented It's our internal Nexus server, which proxies central and a bunch of other public repos.

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented The test is [Java 8 max.](https://github.com/apache/maven-shade-plugin/blob/master/src/it/projects/MSHADE-185/invoker.properties) already, that is not the problem. The problem ist what I described. 😉

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented I read that but still, `java.home` isn't the same as `JAVA_HOME`. The https://github.com/apache/maven-shade-plugin/blob/master/src/it/projects/MSHADE-185/invoker.properties#L18|`invoker.properties` say Java 9+. I am confused.

**[Ian Springer](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ian.springer)** commented Here is the content of bsh-2.0b4-sources.jar: ``` html, body, #partner, iframe { height:100%; width:100%; margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { overflow:hidden; } document.write(...

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Attention, `9-` is not the same as `9+`. This is cryptic and undocumented, I also had to find out by experimenting. The documentation shows examples, but never...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Extremely unlikely. Your setup seems to be really broken. Nexus (Jetty) will never deliver something for sedoparking.com. Inquire with your Nexus admin first. Moreover, you can enable...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented It is documented: https://maven.apache.org/plugins/maven-invoker-plugin/examples/selector-conditions.html Let me test too.