Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Versions

Current version: 1.59

Code Block
titleMaven properties config
<properties>
	<kagura.version>1.5<9</kagura.version>
</properties>

...

Do not add them all, add them depending on the component you want. For instance if you want to use the library component, for instance, add the "reporting-core"

Code Block
titleMaven Libraries
        <dependency>
  	          <groupId>com.kagurabi.example<shared</groupId>
		    <artifactId>reporting-core</artifactId>
		    <packaging>bundle</packaging>
  <artifactId>kagura-example-javascript</artifactId>      </dependency>
      <version>${kagura.version}</version>  <dependency>
	        <groupId>com.kagurabi.shared</groupId>
		 <type>war</type>   <artifactId>kagura-resources</artifactId>
		    <packaging>bundle</packaging>
</dependency>        </dependency>
<dependency>        <dependency>
		    <groupId>com.kagurabi.services<shared</groupId>
		    <artifactId>rest-api</artifactId>
		    <packaging>bundle</packaging>
    <artifactId>kagura-assembly</artifactId>    </dependency>
Code Block
titleExample Karaf assembly
        <version>${kagura.version}</version><dependency>
            <type>tar<groupId>com.kagurabi.gz<services</type>groupId>
        </dependency>    <artifactId>kagura-assembly</artifactId>
    <dependency> 	        <groupId>com.kagurabi.shared</groupId>
		<version>${kagura.version}</version>
       <artifactId>reporting-core</artifactId> 		    <packaging>bundle<<type>tar.gz</packaging>type>
        </dependency>
Code Block
titleExample projects
        <dependency>
		        <groupId>com.kagurabi.shared<kagurabi</groupId>
		    <artifactId>kagura<artifactId>war-resources<rest</artifactId>
		    <packaging>bundle<<packaging>war</packaging>
        </dependency>
        <dependency>
		            <groupId>com.kagurabi.shared<example</groupId>
		    <artifactId>rest-api</artifactId> 		    <packaging>bundle</packaging>   <artifactId>kagura-example-javascript</artifactId>
     </dependency>       <version>${kagura.version}</version>
 <dependency> 		    <groupId>com.kagurabi</groupId> 		    <artifactId>war-rest</artifactId>
		    <packaging>war</packaging> <type>war</type>
        </dependency>