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.
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
add a comment |
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.
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
The version and/or library is a little bit old...
– khmarbaise
Nov 9 at 6:37
add a comment |
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.
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
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.
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
java eclipse maven rxtx
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 7 at 18:25
xtratic
2,0921821
2,0921821
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
The version and/or library is a little bit old...
– khmarbaise
Nov 9 at 6:37