Updated the README
This commit is contained in:
parent
07172813d3
commit
34e25fdb64
|
@ -9,7 +9,7 @@ gCube Workspace Tree Widget is a widget to navigate and interact with gCube Work
|
|||
|
||||
## Documentation
|
||||
|
||||
You can find the documentation at [Wiki gCube Workspace] [https://wiki.gcube-system.org/gcube/Workspace]
|
||||
You can find the documentation at [Wiki gCube Workspace](https://wiki.gcube-system.org/gcube/Workspace)
|
||||
|
||||
## Change log
|
||||
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -325,19 +325,10 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<!-- Plugin configuration. There are many available options, see gwt-maven-plugin
|
||||
documentation at codehaus.org -->
|
||||
<!-- <configuration> -->
|
||||
<!-- <runTarget>Ckan2ZenodoPublisher.html</runTarget> -->
|
||||
<!-- <modules> -->
|
||||
<!-- <module>org.gcube.portlets.widgets.ckan2zenodo_publisher_widget.Ckan2ZenodoPublisher</module> -->
|
||||
<!-- </modules> -->
|
||||
<!-- </configuration> -->
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<source>${maven.compiler.source}</source>
|
||||
<target>${maven.compiler.target}</target>
|
||||
|
|
Loading…
Reference in New Issue