mirror of https://github.com/apache/maven.git
7 lines
211 B
Bash
7 lines
211 B
Bash
|
#!/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
|