mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@571874 13f79535-47bb-0310-9956-ffa450edef68
7 lines
211 B
Bash
Executable File
7 lines
211 B
Bash
Executable File
#!/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
|