Open GoogleCodeExporter opened 9 years ago
Here's an untested patch. I haven't managed to test it because i have zero
knowledge in IntelliJ plugin development.
Index: src/main/java/org/clarent/ivyidea/config/model/ArtifactTypeSettings.java
===================================================================
---
src/main/java/org/clarent/ivyidea/config/model/ArtifactTypeSettings.java (revisi
on 290)
+++
src/main/java/org/clarent/ivyidea/config/model/ArtifactTypeSettings.java (workin
g copy)
@@ -36,7 +36,7 @@
public enum DependencyCategory {
Sources("source", "src", "sources", "srcs"),
Javadoc("javadoc", "doc", "docs", "apidoc", "apidocs", "documentation", "documents"),
- Classes("jar", "mar", "sar", "war", "ear", "ejb", "bundle",
"test-jar");
+ Classes("jar", "mar", "sar", "war", "ear", "ejb", "bundle",
"test-jar", "orbit");
private final String[] defaultTypes;
Original comment by erik.bys...@gmail.com
on 14 Aug 2015 at 8:12
[deleted comment]
You can configure artifact types in the IvyIDEA settings in IntelliJ:
Settings > Other Settings > IvyIDEA
Original comment by guy.mah...@gmail.com
on 18 Aug 2015 at 5:35
Oh, now i feel like an idiot :)
I completely missed those settings, thanks!
Original comment by erik.bys...@gmail.com
on 18 Aug 2015 at 6:20
Original issue reported on code.google.com by
erik.bys...@gmail.com
on 14 Aug 2015 at 7:26