Why I can't get source code an documentation by using maven











up vote
0
down vote

favorite












I'm got RXTX library in Java Maven project in Eclipse by adding dependency in pom.xml:



<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
</dependency>


But how to ask maven to download documentation and source code for it?



I have settings in project properties that should help me with that, but I don't see any documents and sources.



enter image description here



I have plugin that I hope will help me to download source code:



            <plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>


But after execution mvn verify I found that source and doc are not available:



m2e-lastUpdated.properties
11/07/2018 07:03 PM 0 rxtx-2.1.7-javadoc.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-javadoc.jar.lastUpdated
11/07/2018 07:03 PM 0 rxtx-2.1.7-sources.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-sources.jar.lastUpdated
11/05/2018 12:33 PM 59,464 rxtx-2.1.7.jar
11/05/2018 12:33 PM 126 rxtx-2.1.7.jar.sha1
11/05/2018 12:33 PM 841 rxtx-2.1.7.pom
11/05/2018 12:33 PM 126 rxtx-2.1.7.pom.sha1
11/05/2018 12:33 PM 192 _remote.repositories


What else I can do to get RXTX library source code?










share|improve this question






















  • The version and/or library is a little bit old...
    – khmarbaise
    Nov 9 at 6:37















up vote
0
down vote

favorite












I'm got RXTX library in Java Maven project in Eclipse by adding dependency in pom.xml:



<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
</dependency>


But how to ask maven to download documentation and source code for it?



I have settings in project properties that should help me with that, but I don't see any documents and sources.



enter image description here



I have plugin that I hope will help me to download source code:



            <plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>


But after execution mvn verify I found that source and doc are not available:



m2e-lastUpdated.properties
11/07/2018 07:03 PM 0 rxtx-2.1.7-javadoc.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-javadoc.jar.lastUpdated
11/07/2018 07:03 PM 0 rxtx-2.1.7-sources.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-sources.jar.lastUpdated
11/05/2018 12:33 PM 59,464 rxtx-2.1.7.jar
11/05/2018 12:33 PM 126 rxtx-2.1.7.jar.sha1
11/05/2018 12:33 PM 841 rxtx-2.1.7.pom
11/05/2018 12:33 PM 126 rxtx-2.1.7.pom.sha1
11/05/2018 12:33 PM 192 _remote.repositories


What else I can do to get RXTX library source code?










share|improve this question






















  • The version and/or library is a little bit old...
    – khmarbaise
    Nov 9 at 6:37













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm got RXTX library in Java Maven project in Eclipse by adding dependency in pom.xml:



<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
</dependency>


But how to ask maven to download documentation and source code for it?



I have settings in project properties that should help me with that, but I don't see any documents and sources.



enter image description here



I have plugin that I hope will help me to download source code:



            <plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>


But after execution mvn verify I found that source and doc are not available:



m2e-lastUpdated.properties
11/07/2018 07:03 PM 0 rxtx-2.1.7-javadoc.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-javadoc.jar.lastUpdated
11/07/2018 07:03 PM 0 rxtx-2.1.7-sources.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-sources.jar.lastUpdated
11/05/2018 12:33 PM 59,464 rxtx-2.1.7.jar
11/05/2018 12:33 PM 126 rxtx-2.1.7.jar.sha1
11/05/2018 12:33 PM 841 rxtx-2.1.7.pom
11/05/2018 12:33 PM 126 rxtx-2.1.7.pom.sha1
11/05/2018 12:33 PM 192 _remote.repositories


What else I can do to get RXTX library source code?










share|improve this question













I'm got RXTX library in Java Maven project in Eclipse by adding dependency in pom.xml:



<dependency>
<groupId>org.rxtx</groupId>
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
</dependency>


But how to ask maven to download documentation and source code for it?



I have settings in project properties that should help me with that, but I don't see any documents and sources.



enter image description here



I have plugin that I hope will help me to download source code:



            <plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>


But after execution mvn verify I found that source and doc are not available:



m2e-lastUpdated.properties
11/07/2018 07:03 PM 0 rxtx-2.1.7-javadoc.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-javadoc.jar.lastUpdated
11/07/2018 07:03 PM 0 rxtx-2.1.7-sources.jar-not-available
11/07/2018 07:03 PM 255 rxtx-2.1.7-sources.jar.lastUpdated
11/05/2018 12:33 PM 59,464 rxtx-2.1.7.jar
11/05/2018 12:33 PM 126 rxtx-2.1.7.jar.sha1
11/05/2018 12:33 PM 841 rxtx-2.1.7.pom
11/05/2018 12:33 PM 126 rxtx-2.1.7.pom.sha1
11/05/2018 12:33 PM 192 _remote.repositories


What else I can do to get RXTX library source code?







java eclipse maven rxtx






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 7 at 17:16









vico

4,5142066134




4,5142066134












  • The version and/or library is a little bit old...
    – khmarbaise
    Nov 9 at 6:37


















  • The version and/or library is a little bit old...
    – khmarbaise
    Nov 9 at 6:37
















The version and/or library is a little bit old...
– khmarbaise
Nov 9 at 6:37




The version and/or library is a little bit old...
– khmarbaise
Nov 9 at 6:37












1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










You are correct, it seems the Maven repository doesn't contain the source code for RXTX.



You can find the source code for RXTX on GitHub.






share|improve this answer





















    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53194541%2fwhy-i-cant-get-source-code-an-documentation-by-using-maven%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    You are correct, it seems the Maven repository doesn't contain the source code for RXTX.



    You can find the source code for RXTX on GitHub.






    share|improve this answer

























      up vote
      2
      down vote



      accepted










      You are correct, it seems the Maven repository doesn't contain the source code for RXTX.



      You can find the source code for RXTX on GitHub.






      share|improve this answer























        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        You are correct, it seems the Maven repository doesn't contain the source code for RXTX.



        You can find the source code for RXTX on GitHub.






        share|improve this answer












        You are correct, it seems the Maven repository doesn't contain the source code for RXTX.



        You can find the source code for RXTX on GitHub.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 7 at 18:25









        xtratic

        2,0921821




        2,0921821






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53194541%2fwhy-i-cant-get-source-code-an-documentation-by-using-maven%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            這個網誌中的熱門文章

            Tangent Lines Diagram Along Smooth Curve

            Yusuf al-Mu'taman ibn Hud

            Zucchini