mirror of https://github.com/apache/maven.git
o add a little script for Vlad to build the embedder JAR for the IntelliJ integration
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@571861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
832217cae2
commit
7097dc041a
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# At this point I've already tested the embedder. This is just an easy way for the JetBrains folks
|
||||
# to create the embedder they need for integration.
|
||||
|
||||
mvn -Dmaven.test.skip=true -Pidea clean package
|
Loading…
Reference in New Issue