This message was deleted.
# dev
s
This message was deleted.
a
You can build tar archives and install those. We don't have a way to build rpm/debs
k
@Abhishek Agarwal thanks for your response. From the above command(mvn clean install -Pdist -Dviews -DskipTests), I dont see tar archives also geenrated. any specific command used to generated tar archives, would be helpful.
k
mvn -Pdist clean install
this will generate a tar inside
distribution/target
k
Thanks @Karan Kumar, it worked.