Include module from Nexus in Play Framework 1.2

Alina Didenko

I have project on Play Framework 1.2.7 and module validation-1.0.jar in local Nexus repository. Module artifact is validation, groupName is ru.fab.edu.

In dependencies.yml

require:
- ru.fab.edu -> validation 1.0

repositories:
- Nexus:
   type: http
   artifact: "http://url/nexus/content/repositories/releases/"
   contains:
     - ru.fab.edu -> *

After play deps —sync validation-1.0.jar is loaded, but this file is a html code of Nexus page. How to describe this dependency?

Alina Didenko

Right dependency describes like this:

require:
    - ru.fab.edu -> validation 1.2.0-SNAPSHOT

repositories:
    - Nexus:
        type: iBiblio
        root: "http://url/nexus/content/repositories/public"
        contains:
            - ru.fab.edu -> *

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Play Framework Project: How to include plugin from source

From Dev

Play framework dynamic template include

From Dev

Play framework dynamic template include

From Dev

Zend Framework 2 Module config from database

From Dev

How to include file in production mode for Play framework

From Dev

Objectify with Play Framework 2

From Dev

In Play 2 Framework , how can I include git commit sha in sbt dist package name?

From Dev

Add <script> to the <head> from scala template tags in Play Framework 2

From Dev

Calling javascript function from Java in Play Framework 2

From Dev

Play Framework 2 unable to get data from form

From Dev

How to send a message to an actor from outside in Play Framework 2?

From Dev

Display application name dynamically from configuration in Play framework 2

From Dev

How to include module in Angular 2

From Dev

How to include module in Angular 2

From Dev

How to add module to Play! Framework 2.4

From Dev

import play framework module as jar into java project

From Dev

How to add module to Play! Framework 2.4

From Dev

Zend Framework 2 - Get content from other module

From Dev

Configure Play 2.1 to fetch a privately hosted artefact from local Nexus

From Dev

Configure QueryDSL on Play 2 Framework

From Dev

Play Framework 2 view declaration

From Dev

Use MongoDB with Play 2 Framework

From Dev

Configure QueryDSL on Play 2 Framework

From Dev

Play 2! framework multithreading issue

From Dev

Play framework: Running separate module of multi-module application

From Dev

Migrating from Spring framework to Play framework (Scala)

From Dev

Easiest way to include jars in classpath with Play Framework 2.2?

From Dev

Include a static page on other static page in play framework

From Dev

Easiest way to include jars in classpath with Play Framework 2.2?

Related Related

  1. 1

    Play Framework Project: How to include plugin from source

  2. 2

    Play framework dynamic template include

  3. 3

    Play framework dynamic template include

  4. 4

    Zend Framework 2 Module config from database

  5. 5

    How to include file in production mode for Play framework

  6. 6

    Objectify with Play Framework 2

  7. 7

    In Play 2 Framework , how can I include git commit sha in sbt dist package name?

  8. 8

    Add <script> to the <head> from scala template tags in Play Framework 2

  9. 9

    Calling javascript function from Java in Play Framework 2

  10. 10

    Play Framework 2 unable to get data from form

  11. 11

    How to send a message to an actor from outside in Play Framework 2?

  12. 12

    Display application name dynamically from configuration in Play framework 2

  13. 13

    How to include module in Angular 2

  14. 14

    How to include module in Angular 2

  15. 15

    How to add module to Play! Framework 2.4

  16. 16

    import play framework module as jar into java project

  17. 17

    How to add module to Play! Framework 2.4

  18. 18

    Zend Framework 2 - Get content from other module

  19. 19

    Configure Play 2.1 to fetch a privately hosted artefact from local Nexus

  20. 20

    Configure QueryDSL on Play 2 Framework

  21. 21

    Play Framework 2 view declaration

  22. 22

    Use MongoDB with Play 2 Framework

  23. 23

    Configure QueryDSL on Play 2 Framework

  24. 24

    Play 2! framework multithreading issue

  25. 25

    Play framework: Running separate module of multi-module application

  26. 26

    Migrating from Spring framework to Play framework (Scala)

  27. 27

    Easiest way to include jars in classpath with Play Framework 2.2?

  28. 28

    Include a static page on other static page in play framework

  29. 29

    Easiest way to include jars in classpath with Play Framework 2.2?

HotTag

Archive