Your dependencies declaration is incorect. You need more dependencies, and
you have to declare them just below the project balise :
<?xml version="1.0" encoding="UTF-8"?>
<project>
<parent>
<artifactId>hobz.parent</artifactId>
<groupId>hobz.parent</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../hobz.parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>hobz.generator</groupId>
<artifactId>hobz.generator</artifactId>
<packaging>jar</packaging>
<name>Hobz Generator</name>
<version>1.0-SNAPSHOT</version>
<build>
<resources>
<resource>
<directory>src</directory>
</resource>
<resource>
<directory>model</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.fornax.toolsupport</groupId>
<artifactId>fornax-oaw-m2-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<property file="workflow.properties"
/>
<workflowDescriptor>generator.oaw</workflowDescriptor>
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>run-workflow</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-uml2-adapter</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-core-emftools</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-core-expressions</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-core-workflow</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.openarchitectureware</groupId>
<artifactId>oaw-core-xpand2</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.uml2</groupId>
<artifactId>resources</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
</project>
--
View this message in context:
http://www.nabble.com/Workflow-invoked-from-maven-can%27t-read-profile-tf4778221s17564.html#a13669502
Sent from the Fornax-Platform mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer