cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti App 6.0.0.Beta2 not in maven central

wblancqu
Champ in-the-making
Champ in-the-making
Hello,

I saw today that Activiti App 6.0.0.Beta2 war is not in maven central repository while Beta1 is and other activiti-app-* are also.

http://search.maven.org/#search%7Cga%7C1%7Cactiviti-app

Is it possible to deploy the newest version?

Thanks!

6 REPLIES 6

jbarrez
Star Contributor
Star Contributor
Hmm good point. The beta1 and beta2 have no real difference in code, so no need to actually have a new version.
We'r close to the beta3, so we'll make sure that it's in Maven then.

sas
Confirmed Champ
Confirmed Champ
Hi,
Beta3 has already been released? (Can not find anywhere)
Is there a plan to release production ready version in the community edition or only in enterprise edition?
Thanx
Sandor

sas
Confirmed Champ
Confirmed Champ
Hi,
Any news on Beta3 build?
I tried to build from activiti6 source branch with no success….
Thanx
Sandor

sas
Confirmed Champ
Confirmed Champ
Hi,

If any of you still want to know how activiti-app Beta3 war can be created :

1)Clone the activiti6 branch
git clone -b activiti6 https://github.com/Activiti/Activiti.git

2) in the project pom file add the followings to the modules section
—————————
        <module>modules/activiti-json-converter</module>
        <module>modules/activiti-dmn-xml-converter</module>
        <module>modules/activiti-dmn-json-converter</module>
        <module>modules/activiti-form-engine</module>
        <module>modules/activiti-form-json-converter</module>
        <module>modules/activiti-spring</module>
        <module>modules/activiti-rest</module>
        <module>modules/activiti-common-rest</module>
        <module>modules/activiti-form-engine-configurator</module>
        <module>modules/activiti-dmn-engine-configurator</module>
        <module>modules/activiti-dmn-engine</module>
        <module>modules/activiti-ui</module>
———————————-

3)  Go into the modules/activiti-ui and add into the same section the following
———————————-
        <module>activiti-app</module>
———————————-
Then in the main project dir
mvn package

Hope it helps
sas

sibok666
Champ in-the-making
Champ in-the-making
Thanks a lot for this info, It was really useful to me.

Best regards from Mexico.

wblancqu
Champ in-the-making
Champ in-the-making
Hi all,

Looks like the same has been forgotten for 6.0.0.Beta3 and 4. Any plans for uploading it?

Thanks a lot