Igor Maznitsa
Igor Maznitsa
try press CTRL and DnD a node to another one, it should work is it needed functionality?
it works similarly to file or URL links: if you place something on a node, it is added as a file, URL, or link to the target node
may be it would be easy just to load multiline file with evalfile() function?
the preprocesser was developed to process line by line, not any char stream, so that there should be different approach, may be some function or directive which will be filling...
I made fix of stackoverflowexception dring `` but I'm not sure that it is possible to use enums because java.lang.Enum is abstract one and there should be implemented complex solution...
did you try to skip the install execution? try provide property `mvn.golang.install.skip` ```xml true ```
in the case could help flag to allow incomplete projects from maven deploy plugin ```xml maven-install-plugin org.apache.maven.plugins true ```
also looks like that such user property of maven project can help ```xml true ```
@mpontes did you manage to resolve issue?
maven complains when it can't find any attached artifact in the project, may be in the case just try the [build helper plugin](https://www.mojohaus.org/build-helper-maven-plugin/attach-artifact-mojo.html)? just provide some artifact or archive if...