[
https://hibernate.onjira.com/browse/OGM-162?page=com.atlassian.jira.plugi...
]
Guillaume Scheibel commented on OGM-162:
----------------------------------------
What do you think about adding the mongodb module declaration in a specific profile like
the documentation module ?
<profiles>
<profile>
<id>mongodb</id>
<activation>
<property>
<name>buildMongoBD</name>
<value>true</value>
</property>
</activation>
<modules>
<module>hibernate-ogm-mongodb</module>
</modules>
</profile>
</profiles>
<modules>
<module>hibernate-ogm-core</module>
<module>hibernate-ogm-ehcache</module>
<module>hibernate-ogm-infinispan</module>
</modules>
Have an option to build the project without requiring a running
MongoDB instance
--------------------------------------------------------------------------------
Key: OGM-162
URL:
https://hibernate.onjira.com/browse/OGM-162
Project: Hibernate OGM
Issue Type: Task
Components: build
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: mongodb
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira