mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
o we don't need the scripts as everyone is using the same embedder now
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@648481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18e797c7d0
commit
cc68735fcc
@ -1,6 +0,0 @@
|
||||
#!/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
|
@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
ds=`date "+2.1.0.v%Y%m%d-%H%M"`
|
||||
dir=`pwd`
|
||||
|
||||
mvn clean
|
||||
|
||||
(
|
||||
cd ..
|
||||
mvn source:aggregate
|
||||
mkdir -p $dir/target
|
||||
mv target/maven-2.1-SNAPSHOT-sources.jar $dir/target/maven-embedder-tycho-$ds-depsrc.zip
|
||||
)
|
||||
|
||||
sed "s@<bundleVersion>.*</bundleVersion>@<bundleVersion>$ds</bundleVersion>@" pom.xml > tmp; mv tmp pom.xml
|
||||
mvn -Dmaven.test.skip=true -Ptycho package
|
Loading…
x
Reference in New Issue
Block a user