Skip to content

Commit

Permalink
Merge fe2e68f into 9e78910
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 29, 2016
2 parents 9e78910 + fe2e68f commit 6bb51ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,19 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand All @@ -237,6 +250,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -285,15 +302,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -313,12 +321,4 @@
</build>
</profile>
</profiles>

<repositories>
<repository>
<id>apache-staging</id>
<url>https://repository.apache.org/content/groups/staging/</url>
</repository>
</repositories>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ protected ODatabaseDocumentTx getDatabase(boolean create, boolean open) {
}

/**
* Enable or disable the prefixing of class names with V_<label> for
* vertices or E_<label> for edges.
* Enable or disable the prefixing of class names with V_&lt;label&gt; for
* vertices or E_&lt;label&gt; for edges.
*
* @param is
* if true classname equals label, if false classname is prefixed
Expand Down

0 comments on commit 6bb51ab

Please sign in to comment.