This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### Private Share #### | |
[sharepoint-export] | |
path = /opt/myshare | |
guest ok = yes | |
guest account = fs5 | |
writable = no | |
guest only = yes | |
browsable = yes | |
create mask = 0707 | |
directory mask = 0707 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.6:assembly (default-assembly) on project xxxx-karaf: Unable to build assembly: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=xxx-kar; type=karaf.feature; version=1.0.0.SNAPSHOT; filter:="(&(osgi.identity=xxx-kar)(type=karaf.feature)(version>=1.0.0.SNAPSHOT))" [caused by: Unable to resolve xxx-kar/1.0.0.SNAPSHOT: missing requirement [xxx-kar/1.0.0.SNAPSHOT] osgi.identity; osgi.identity=xxx.backend; type=osgi.bundle; version="[1.0.0.SNAPSHOT,1.0.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve xxx.backend/1.0.0.SNAPSHOT: missing requirement [xxx.backend/1.0.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.osgi.service.blueprint)(version>=1.0.0)(!(version>=2.0.0)))"]] -> [Help 1] |
OlderNewer