MVN

org.ow2.weblab.service : local-file-exposer

Maven & Gradle

Mar 09, 2010

Local file Exposer · When indexing a shared folder, it enable to add the value of the dc:source property to wl:isExposedAs. It is possible to apply a transformation on the value to be copied. To let this work, it's need to add a context file in either your tomcat or liferay configuration and to let this service use the URL of your server as exposition pattern.

<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>local-file-exposer</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.service : local-file-exposer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.ow2.weblab.service : local-file-exposer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
local-file-exposer-1.1.1

How to add a dependency to Maven

Add the following org.ow2.weblab.service : local-file-exposer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.service</groupId>
    <artifactId>local-file-exposer</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.service : local-file-exposer gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.service:local-file-exposer:1.1.1'

Gradle Kotlin DSL: Add the following org.ow2.weblab.service : local-file-exposer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.service:local-file-exposer:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.service : local-file-exposer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.service" % "local-file-exposer" % "1.1.1"